Packagecom.yworks.canvas.geom
Interfacepublic interface ISizeSetter

Interface for write access to an instance that has a size in 2D coordinate space.

This interface provides write access to the size only. Methods that will only need to write an object's size should use this interface. IMutableSize combines the read access interface ISize with this interface.



Public Properties
 PropertyDefined By
  height : Number
[write-only] Sets the height of this instance.
ISizeSetter
  width : Number
[write-only] Sets the width of this instance.
ISizeSetter
Property Detail
heightproperty
height:Number  [write-only]

Sets the height of this instance.


Implementation
    public function set height(value:Number):void
widthproperty 
width:Number  [write-only]

Sets the width of this instance.


Implementation
    public function set width(value:Number):void