suvi.api.alg.attr
Interface EdgeGapAttr

All Superinterfaces:
GraphLayoutAttr

public interface EdgeGapAttr
extends GraphLayoutAttr

Global edge gap attribute.

The edge gap is the ideal minimum separation between edges in a layout.


Field Summary
static EdgeGapAttr DEFAULT
          Default edge gap attribute.
static GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY
          Default edge gap attribute builder factory.
static double DEFAULT_EDGE_GAP
          The default edge gap is 4.0.
static java.lang.Object KEY_EDGE_GAP
          Key for textual attribute representation.
 
Method Summary
 double edgeGap()
          The edge gap.
 

Field Detail

KEY_EDGE_GAP

public static final java.lang.Object KEY_EDGE_GAP

Key for textual attribute representation.


DEFAULT_EDGE_GAP

public static final double DEFAULT_EDGE_GAP

The default edge gap is 4.0.

See Also:
Constant Field Values

DEFAULT

public static final EdgeGapAttr DEFAULT

Default edge gap attribute.


DEFAULT_BUILDER_FACTORY

public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY

Default edge gap attribute builder factory.

Method Detail

edgeGap

public double edgeGap()

The edge gap.