Packagecom.yworks.yfiles.layout.hierarchic.incremental
Classpublic class HierarchicLayouterImpl_IncrementalHint
InheritanceHierarchicLayouterImpl_IncrementalHint Inheritance YObject Inheritance Object

Hint objects used internally by this (com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl) layout algorithm implementation.

See also

com.yworks.yfiles.layout.hierarchic.incremental.IncrementalHintsFactory
com.yworks.yfiles.layout.hierarchic.incremental.NodeData.incrementalHint
this


Public Properties
 PropertyDefined By
  type : int
[read-only] Returns the type constant for this hint.
HierarchicLayouterImpl_IncrementalHint
Public Methods
 MethodDefined By
  
HierarchicLayouterImpl_IncrementalHint
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
HierarchicLayouterImpl_IncrementalHint
 Inherited
hashCode():int
YObject
Public Constants
 ConstantDefined By
  NONE : HierarchicLayouterImpl_IncrementalHint
[static] Convenience singleton instance of type TYPE_NONE
HierarchicLayouterImpl_IncrementalHint
  TYPE_INCREMENTAL_GROUP_HINT : int = 2
[static] Type specifier that is used for groups that shall be inserted into the drawing incrementally.
HierarchicLayouterImpl_IncrementalHint
  TYPE_LAYER_INCREMENTALLY_HINT : int = 0
[static] Type specifier that is used for nodes that shall be inserted into the drawing incrementally.
HierarchicLayouterImpl_IncrementalHint
  TYPE_NONE : int = -1
[static] Type specifier that is used as a dummy.
HierarchicLayouterImpl_IncrementalHint
  TYPE_PLACE_USING_EXACT_COORDINATES : int = 4
[static] Type specifier that is 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.
HierarchicLayouterImpl_IncrementalHint
  TYPE_PLACE_USING_EXACT_LAYER_COORDINATE : int = 6
[static] Type specifier that is used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the layer.
HierarchicLayouterImpl_IncrementalHint
  TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATE : int = 5
[static] Type specifier that is 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.
HierarchicLayouterImpl_IncrementalHint
  TYPE_SEQUENCE_INCREMENTALLY_HINT : int = 1
[static] Type specifier that is used for edges that shall be inserted into the drawing incrementally.
HierarchicLayouterImpl_IncrementalHint
Property Detail
typeproperty
type:int  [read-only]

Returns the type constant for this hint.


Implementation
    public function get type():int

See also

Constructor Detail
HierarchicLayouterImpl_IncrementalHint()Constructor
public function HierarchicLayouterImpl_IncrementalHint(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class
Constant Detail
NONEConstant
public static const NONE:HierarchicLayouterImpl_IncrementalHint

Convenience singleton instance of type TYPE_NONE

See also

TYPE_INCREMENTAL_GROUP_HINTConstant 
public static const TYPE_INCREMENTAL_GROUP_HINT:int = 2

Type specifier that is used for groups that shall be inserted into the drawing incrementally.

See also

TYPE_LAYER_INCREMENTALLY_HINTConstant 
public static const TYPE_LAYER_INCREMENTALLY_HINT:int = 0

Type specifier that is used for nodes that shall be inserted into the drawing incrementally.

See also

TYPE_NONEConstant 
public static const TYPE_NONE:int = -1

Type specifier that is used as a dummy. This hint actually tells the algorithm that the corresponding element should not be treated as an incrementally added element.

TYPE_PLACE_USING_EXACT_COORDINATESConstant 
public static const TYPE_PLACE_USING_EXACT_COORDINATES:int = 4

Type specifier that is 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.

See also

TYPE_PLACE_USING_EXACT_LAYER_COORDINATEConstant 
public static const TYPE_PLACE_USING_EXACT_LAYER_COORDINATE:int = 6

Type specifier that is used for nodes that shall be placed into the drawing from sketch using the exact current coordinates for the position within the layer.

See also

TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATEConstant 
public static const TYPE_PLACE_USING_EXACT_SEQUENCE_COORDINATE:int = 5

Type specifier that is 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.

See also

TYPE_SEQUENCE_INCREMENTALLY_HINTConstant 
public static const TYPE_SEQUENCE_INCREMENTALLY_HINT:int = 1

Type specifier that is used for edges that shall be inserted into the drawing incrementally.

See also