info.bioinfweb.treegraph.document.format
Class LineFormatsEntity
java.lang.Object
info.bioinfweb.treegraph.document.format.LineFormatsEntity
- All Implemented Interfaces:
- LineFormats
public class LineFormatsEntity
- extends Object
- implements LineFormats
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineColor
private Color lineColor
lineWidth
private DistanceValue lineWidth
LineFormatsEntity
public LineFormatsEntity()
getLineColor
public Color getLineColor()
- Specified by:
getLineColor in interface LineFormats
getLineWidth
public DistanceValue getLineWidth()
- Specified by:
getLineWidth in interface LineFormats
setLineColor
public void setLineColor(Color color)
- Specified by:
setLineColor in interface LineFormats
assignLineFormats
public void assignLineFormats(LineFormats other)
- Specified by:
assignLineFormats in interface LineFormats