Home / Development / Documentation / 2.0.44 / CornerRadiusFormats
TreeGraph 2
 


info.bioinfweb.treegraph.document.format
Interface CornerRadiusFormats

All Superinterfaces:
Cloneable, ElementFormats
All Known Implementing Classes:
LegendFormats, NodeFormats

public interface CornerRadiusFormats
extends ElementFormats

Author:
Ben Stöver

Field Summary
static float STD_EDGE_RADIUS_IN_MM
           
 
Method Summary
 void assignCornerRadiusFormats(CornerRadiusFormats other)
           
 CornerRadiusFormats clone()
           
 DistanceValue getCornerRadius()
           
 

Field Detail

STD_EDGE_RADIUS_IN_MM

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

getCornerRadius

DistanceValue getCornerRadius()

assignCornerRadiusFormats

void assignCornerRadiusFormats(CornerRadiusFormats other)

clone

CornerRadiusFormats clone()
Specified by:
clone in interface ElementFormats