Packagecom.yworks.yfiles.util
Interfacepublic interface IntValueSettable

Specifies the contract of modifiable integer value objects.



Public Properties
 PropertyDefined By
  value : int
[write-only] Sets the object's data.
IntValueSettable
Property Detail
valueproperty
value:int  [write-only]

Sets the object's data.


Implementation
    public function set value(value:int):void