suvi.testapp
Interface NodeRoundnessAttr

All Superinterfaces:
GraphLayoutAttr

public interface NodeRoundnessAttr
extends GraphLayoutAttr

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

KEY_NODE_ROUNDNESS

public static final java.lang.String KEY_NODE_ROUNDNESS
See Also:
Constant Field Values

DEFAULT_NODE_ROUNDNESS

public static final boolean DEFAULT_NODE_ROUNDNESS

By default nodes are not round.

See Also:
Constant Field Values

DEFAULT

public static final NodeRoundnessAttr DEFAULT

Default explicit node roundness attributes.


DEFAULT_BUILDER_FACTORY

public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY

Default node roundness attribute builder factory.

Method Detail

nodeRoundness

public boolean nodeRoundness(java.lang.Object node)

The roundness of the specified node.