Packagecom.yworks.canvas.geom
Interfacepublic interface IMutablePoint extends IPoint, IPointSetter
Implementors AnchoredPoint, RectangleHandle, ReshapeableHandle, YPoint

An interface that can be cast to both the immutable and the mutable version of a point. In order to use increment/decrement operators, cast instances of this class to the IPointSetter interface.



Public Properties
 PropertyDefined By
 Inheritedx : Number
[read-only] Gets the current x coordinate of this point.
IPoint
 Inheritedx : Number
The x coordinate of this point.
IPointSetter
 Inheritedy : Number
[read-only] Gets the current y coordinate of this point.
IPoint
 Inheritedy : Number
The y coordinate of this point.
IPointSetter