|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Node roundness attributes.
Node roundness is a boolean value specifying whether the node is round.
Field Summary | |
static NodeRoundnessAttr |
DEFAULT
Default explicit node roundness attributes. |
static GraphLayoutAttrBuilderFactory |
DEFAULT_BUILDER_FACTORY
Default node roundness attribute builder factory. |
static boolean |
DEFAULT_NODE_ROUNDNESS
By default nodes are not round. |
static java.lang.String |
KEY_NODE_ROUNDNESS
|
Method Summary | |
boolean |
nodeRoundness(java.lang.Object node)
The roundness of the specified node. |
Field Detail |
public static final java.lang.String KEY_NODE_ROUNDNESS
public static final boolean DEFAULT_NODE_ROUNDNESS
By default nodes are not round.
public static final NodeRoundnessAttr DEFAULT
Default explicit node roundness attributes.
public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY
Default node roundness attribute builder factory.
Method Detail |
public boolean nodeRoundness(java.lang.Object node)
The roundness of the specified node.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |