Method |
Description |
|
getAutoSize ( ) : boolean |
Get the auto size |
|
getBackgroundColor ( ) : String |
Get the background color |
|
getBottom ( ) : integer |
Gets the value of bottom in pixel. |
|
getHeight ( ) : integer |
Gets the value of height in pixel. |
|
getLeft ( ) : integer |
Gets the value of left in pixel. |
|
getRight ( ) : integer |
Gets the value of right in pixel. |
|
getTop ( ) : integer |
Gets the value of top in pixel. |
|
getVisible ( ) : boolean |
Gets the value of visible in pixel. |
|
getWidth ( ) : integer |
Gets the value of width in pixel. |
|
setAutoSize ( boolean $autoSize ) : self |
Set the auto size |
|
setBackgroundColor ( string $color ) : self |
Set the background Color |
|
setBottom ( integer $bottom ) : self |
Sets the value of bottom in pixel. |
|
setHeight ( integer $height ) : self |
Sets the value of height in pixel. |
|
setLeft ( integer $left ) : self |
Sets the value of left in pixel. |
|
setRight ( integer $right ) : self |
Sets the value of right in pixel. |
|
setTop ( integer $top ) : self |
Sets the value of top in pixel. |
|
setVisible ( boolean $visible ) : self |
Sets the value of visible in pixel. |
|
setWidth ( integer $width ) : self |
Sets the value of width in pixel. |
|