info.bioinfweb.treegraph.document.format
Interface LineFormats
- All Superinterfaces: 
 - Cloneable, ElementFormats
 
- All Known Implementing Classes: 
 - BranchFormats, IconLabelFormats, LegendFormats, NodeFormats, PieChartLabelFormats, ScaleBarFormats
 
public interface LineFormats
- extends ElementFormats
 
 
 
DEFAULT_LINE_WIDTH_IN_MM
static final float DEFAULT_LINE_WIDTH_IN_MM
- See Also:
 - Constant Field Values
 
DEFAULT_LINE_COLOR
static final Color DEFAULT_LINE_COLOR
getLineColor
Color getLineColor()
 
 
setLineColor
void setLineColor(Color color)
 
 
getLineWidth
DistanceValue getLineWidth()
 
 
assignLineFormats
void assignLineFormats(LineFormats other)
 
 
clone
LineFormats clone()
- Specified by:
 clone in interface ElementFormats