import Rectangle from 'flexicious-react-datagrid/js/flexgrid/utils/Rectangle.js'
Rectangle
Extends:
Constructor Summary
Public Constructor | ||
public |
constructor(x: *, y: *, w: *, h: *) |
Method Summary
Public Methods | ||
public |
|
|
public |
getHeight(): * |
|
public |
getWidth(): * |
|
public |
getX(): * |
|
public |
getY(): * |
|
public |
setHeight(val: *) |
|
public |
setWidth(val: *) |
|
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: *, w: *, h: *) source
Override:
TypedObject#constructorParams:
Name | Type | Attribute | Description |
x | * | ||
y | * | ||
w | * | ||
h | * |
Public Methods
public getClassNames(): string source
Returns a list of strings that represent the object hierarchy for this object.
Override:
TypedObject#getClassNamespublic setHeight(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setWidth(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setX(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |
public setY(val: *) source
Params:
Name | Type | Attribute | Description |
val | * |