Packagecom.yworks.yfiles.layout.hierarchic.incremental
Interfacepublic interface IntValueHolder

Used by com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl to write back layering information.

See also

com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl.LAYER_VALUE_HOLDER_DPKEY
com.yworks.yfiles.layout.hierarchic.incremental.IntValueHolderAdapter
com.yworks.yfiles.layout.hierarchic.incremental.HierarchicLayouterImpl


Public Properties
 PropertyDefined By
  value : int
Specifies the value of the current context.
IntValueHolder
Public Methods
 MethodDefined By
  
providesValue():Boolean
Returns whether the current context provides a value.
IntValueHolder
Property Detail
valueproperty
value:int

Specifies the value of the current context.


Implementation
    public function get value():int
    public function set value(value:int):void
Method Detail
providesValue()method
public function providesValue():Boolean

Returns whether the current context provides a value.

Returns
Boolean — whether meaningful value can be queried from the current context.