dundas.controls.Coordinates Class

 

Inheritance Hierarchy

 
Class
   dundas.controls.Cloneable
      dundas.controls.Coordinates
 

Constructors

 
  Name Description
init A coordinate class encapsulates co-ordinates in the designer across various coordinate systems.
 
 

Properties

 
  Name Description
adapter Gets the adapter for this co-ordinate.
coordinateKind Gets or sets the position kind of this set of coordinates
left Gets the left value for this co-ordinate.
templateCell Gets or sets the template cell for this co-ordinate, if any.
top Gets the top value for this co-ordinate.
 
 

Methods

 
  Name Description
clone Creates a copy of this.
convertCoordinateKind Converts the co-ordinates from one kind to another.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
round
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.