Packagecom.yworks.canvas.geom
Interfacepublic interface IMutableSize extends ISize, ISizeSetter
Implementors Size

Interface for a mutable size in 2D coordinate space.

This interface provides read and write access to the size.

It combines the read only interface ISize and write interface ISizeSetter into one.



Public Properties
 PropertyDefined By
 Inheritedheight : Number
[read-only] Gets the current height of this instance.
ISize
 Inheritedheight : Number
[write-only] Sets the height of this instance.
ISizeSetter
 Inheritedwidth : Number
[read-only] Gets the current width of this instance.
ISize
 Inheritedwidth : Number
[write-only] Sets the width of this instance.
ISizeSetter