info.bioinfweb.treegraph.document.format
Interface LineFormats

All Superinterfaces:
java.lang.Cloneable, ElementFormats
All Known Implementing Classes:
BranchFormats, IconLabelFormats, LegendFormats, NodeFormats, ScaleBarFormats

public interface LineFormats
extends ElementFormats


Field Summary
static java.awt.Color DEFAULT_LINE_COLOR
           
static float DEFAULT_LINE_WIDTH_IN_MM
           
 
Method Summary
 void assignLineFormats(LineFormats other)
           
 LineFormats clone()
           
 java.awt.Color getLineColor()
           
 DistanceValue getLineWidth()
           
 void setLineColor(java.awt.Color color)
           
 

Field Detail

DEFAULT_LINE_WIDTH_IN_MM

static final float DEFAULT_LINE_WIDTH_IN_MM
See Also:
Constant Field Values

DEFAULT_LINE_COLOR

static final java.awt.Color DEFAULT_LINE_COLOR
Method Detail

getLineColor

java.awt.Color getLineColor()

setLineColor

void setLineColor(java.awt.Color color)

getLineWidth

DistanceValue getLineWidth()

assignLineFormats

void assignLineFormats(LineFormats other)

clone

LineFormats clone()
Specified by:
clone in interface ElementFormats