Property | Type | Description | |
---|---|---|---|
maxHeight | |||
maxWidth | |||
minHeight | |||
minWidth | |||
prefHeight | |||
prefWidth | |||
zero | Fixed |
Method | Description | |
---|---|---|
get ( |
context May be null
|
|
percentHeight ( float percent ) : |
Returns a value that is a percentage of the element's height.
|
|
percentHeight ( float percent, |
Returns a value that is a percentage of the specified elements's height. The context element is ignored.
|
|
percentWidth ( float percent ) : |
Value that is the maxHeight of the element in the cell.
|
|
percentWidth ( float percent, |
Returns a value that is a percentage of the specified elements's width. The context element is ignored.
|
abstract public get ( |
||
context | Context. | |
return | float |
static public percentHeight ( float percent ) : |
||
percent | float | |
return |
static public percentHeight ( float percent, |
||
percent | float | |
delegateElement | ||
return |
static public percentWidth ( float percent ) : |
||
percent | float | |
return |
static public percentWidth ( float percent, |
||
percent | float | |
delegateElement | ||
return |