Constructor Summary
Public Constructor | ||
public |
constructor(x: *, y: *) |
Member Summary
Public Members | ||
public |
The x co-ordinate of this point |
|
public |
The y co-ordinate of this point |
Method Summary
Public Methods | ||
public |
getClassNames(): string[] |
|
public |
getX(): * |
|
public |
getY(): * |
|
public |
setX(val: *) |
|
public |
setY(val: *) |
Inherited Summary
From class TypedObject | ||
public |
typeCache: {} |
|
public |
|
|
public |
Returns a list of strings that represent the object hierarchy for this object. |
|
public |
implementsOrExtends(name: *): Boolean Returns true if the class name to check is in the list of class names defined for this class. |
Public Constructors
public constructor(x: *, y: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
x | * | ||
y | * |
Public Members
Public Methods
public getClassNames(): string[] source
Returns a list of strings that represent the object hierarchy for this object.
Override:
TypedObject#getClassNamespublic setX(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setY(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |