(extends Object)
Object Summary
Describes a two-dimensional entity,
such as x and y coordinates of a point.
The object is used in DraggableLayer and CursorTracker as a helper.
Constructor
parameters
x - absys value.
y - ordinate value.
comments
see also
Methods
returns
comments
parameters
x - the absys to set.
comments
returns
comments
parameters
y - the ordinate to set.
comments
parameters
objDimesion The Dimension to copy.
comments
Sets the x and y coordinates of the Dimension.
Dimension.equals(anotherDimension)
parameters
anotherDimension - the Dimension to check for equality.
returns
true if x and y values of the two Dimensions are equal, false otherwise.
comments
Checks whether the x and y coordinates of the object matches to another Dimension object.
returns
comments
A String representation of the object.
See Also
DraggableLayer
CursorTracker
Usage Examples
Comments (0)
You don't have permission to comment on this page.