suvi.api.alg.attr
Interface FlowTrendAttr

All Superinterfaces:
FlowTrendConstants, GraphLayoutAttr

public interface FlowTrendAttr
extends GraphLayoutAttr, FlowTrendConstants

Global flow trend attribute.

See Also:
FlowTrendConstants

Field Summary
static FlowTrendAttr DEFAULT
          Default flow trend attribute.
static GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY
          Default flow trend attribute builder factory.
static int DEFAULT_FLOW_TREND
          The default flow trend is the canonical flow trend.
static java.lang.Object KEY_DOWN
          Keys for textual attribute representation.
static java.lang.Object KEY_FLOW_TREND
          Keys for textual attribute representation.
static java.lang.Object KEY_LEFT
          Keys for textual attribute representation.
static java.util.Map KEY_PAIR_TO_FT_MAP
          Map from key pairs to flow trends.
static java.lang.Object KEY_RIGHT
          Keys for textual attribute representation.
static java.lang.Object KEY_UP
          Keys for textual attribute representation.
 
Fields inherited from interface suvi.api.alg.attr.FlowTrendConstants
FT_BIT_MASK, FT_CANONICAL, FT_DOWN_LEFT, FT_DOWN_RIGHT, FT_INVERT_ORDERING_FLAG, FT_INVERT_RANKING_FLAG, FT_LEFT_DOWN, FT_LEFT_UP, FT_RIGHT_DOWN, FT_RIGHT_UP, FT_ROTATE_FLAG, FT_UP_LEFT, FT_UP_RIGHT
 
Method Summary
 int flowTrend()
          The flow trend.
 

Field Detail

KEY_DOWN

public static final java.lang.Object KEY_DOWN

Keys for textual attribute representation.


KEY_FLOW_TREND

public static final java.lang.Object KEY_FLOW_TREND

Keys for textual attribute representation.


KEY_LEFT

public static final java.lang.Object KEY_LEFT

Keys for textual attribute representation.


KEY_RIGHT

public static final java.lang.Object KEY_RIGHT

Keys for textual attribute representation.


KEY_UP

public static final java.lang.Object KEY_UP

Keys for textual attribute representation.


KEY_PAIR_TO_FT_MAP

public static final java.util.Map KEY_PAIR_TO_FT_MAP

Map from key pairs to flow trends.


DEFAULT_FLOW_TREND

public static final int DEFAULT_FLOW_TREND

The default flow trend is the canonical flow trend.

See Also:
Constant Field Values

DEFAULT

public static final FlowTrendAttr DEFAULT

Default flow trend attribute.


DEFAULT_BUILDER_FACTORY

public static final GraphLayoutAttrBuilderFactory DEFAULT_BUILDER_FACTORY

Default flow trend attribute builder factory.

Method Detail

flowTrend

public int flowTrend()

The flow trend.