info.bioinfweb.treegraph.document.format
Class LineFormatsEntity

java.lang.Object
  extended by info.bioinfweb.treegraph.document.format.LineFormatsEntity
All Implemented Interfaces:
LineFormats

public class LineFormatsEntity
extends java.lang.Object
implements LineFormats


Field Summary
private  java.awt.Color lineColor
           
private  DistanceValue lineWidth
           
 
Fields inherited from interface info.bioinfweb.treegraph.document.format.LineFormats
DEFAULT_COLOR, DEFAULT_LINE_WIDTH_IN_MM
 
Constructor Summary
LineFormatsEntity()
           
 
Method Summary
 void assignLineFormats(LineFormats other)
           
 java.awt.Color getLineColor()
           
 DistanceValue getLineWidth()
           
 void setLineColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lineColor

private java.awt.Color lineColor

lineWidth

private DistanceValue lineWidth
Constructor Detail

LineFormatsEntity

public LineFormatsEntity()
Method Detail

getLineColor

public java.awt.Color getLineColor()
Specified by:
getLineColor in interface LineFormats

getLineWidth

public DistanceValue getLineWidth()
Specified by:
getLineWidth in interface LineFormats

setLineColor

public void setLineColor(java.awt.Color color)
Specified by:
setLineColor in interface LineFormats

assignLineFormats

public void assignLineFormats(LineFormats other)
Specified by:
assignLineFormats in interface LineFormats