|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object y.layout.hierarchic.incremental.HierarchicLayouter.IncrementalHint
public static final class HierarchicLayouter.IncrementalHint
This class describes hint objects used internally by HierarchicLayouter
.
IncrementalHintsFactory
,
NodeData.getIncrementalHint()
Field Summary | |
---|---|
static HierarchicLayouter.IncrementalHint |
NONE
Convenience singleton instance of type TYPE_NONE . |
static byte |
TYPE_INCREMENTAL_GROUP_HINT
Type specifier that is used for groups that shall be inserted into the drawing incrementally during the layering phase. |
static byte |
TYPE_LAYER_INCREMENTALLY_HINT
Type specifier used for nodes that shall be inserted into the drawing incrementally during the layering phase. |
static byte |
TYPE_NONE
Type specifier used as dummy. |
static byte |
TYPE_PLACE_USING_EXACT_COORDINATES
Type specifier used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for both the position within the layer and the position in the sequence. |
static byte |
TYPE_PLACE_USING_EXACT_LAYER_COORDINATE
Type specifier used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the layer. |
static byte |
TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATE
Type specifier used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the sequence in the layer. |
static byte |
TYPE_SEQUENCE_INCREMENTALLY_HINT
Type specifier that is used for nodes and edges that shall be inserted into the drawing incrementally during the sequencing phase. |
Method Summary | |
---|---|
byte |
getType()
Returns the type constant for this hint. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte TYPE_NONE
This means the corresponding element should not be treated as an incrementally added element by the layout algorithm.
public static final byte TYPE_LAYER_INCREMENTALLY_HINT
IncrementalHintsFactory.createLayerIncrementallyHint(Object)
,
Constant Field Valuespublic static final byte TYPE_SEQUENCE_INCREMENTALLY_HINT
IncrementalHintsFactory.createSequenceIncrementallyHint(Object)
,
Constant Field Valuespublic static final byte TYPE_INCREMENTAL_GROUP_HINT
public static final byte TYPE_PLACE_USING_EXACT_COORDINATES
IncrementalHintsFactory.createUseExactCoordinatesHint(Object)
,
TYPE_PLACE_USING_EXACT_LAYER_COORDINATE
,
TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATE
,
Constant Field Valuespublic static final byte TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATE
IncrementalHintsFactory.createUseExactSequenceCoordinatesHint(Object)
,
Constant Field Valuespublic static final byte TYPE_PLACE_USING_EXACT_LAYER_COORDINATE
IncrementalHintsFactory.createUseExactLayerCoordinatesHint(Object)
,
Constant Field Valuespublic static final HierarchicLayouter.IncrementalHint NONE
TYPE_NONE
.
Method Detail |
---|
public byte getType()
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |