info.bioinfweb.treegraph.document.format
Interface EdgeRadiusFormats

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

public interface EdgeRadiusFormats
extends ElementFormats


Field Summary
static float STD_EDGE_RADIUS_IN_MM
           
 
Method Summary
 void assignEdgeRadiusFormats(EdgeRadiusFormats other)
           
 DistanceValue getEdgeRadius()
           
 
Methods inherited from interface info.bioinfweb.treegraph.document.format.ElementFormats
clone
 

Field Detail

STD_EDGE_RADIUS_IN_MM

static final float STD_EDGE_RADIUS_IN_MM
See Also:
Constant Field Values
Method Detail

getEdgeRadius

DistanceValue getEdgeRadius()

assignEdgeRadiusFormats

void assignEdgeRadiusFormats(EdgeRadiusFormats other)