PHP Class Gui\Components\VisualObject

Since: 0.1
Author: Rodrigo Azevedo @rodrigowbazeved
Inheritance: extends Object, implements Gui\Components\VisualObjectInterface
Show file Open project: gabrielrcouto/php-gui

Public Methods

Method Description
getAutoSize ( )
getBackgroundColor ( )
getBottom ( )
getHeight ( )
getLeft ( )
getRight ( )
getTop ( )
getVisible ( )
getWidth ( )
setAutoSize ( $autoSize )
setBackgroundColor ( $color )
setBottom ( $bottom )
setHeight ( $height )
setLeft ( $left )
setRight ( $right )
setTop ( $top )
setVisible ( $visible )
setWidth ( $width )

Method Details

getAutoSize() public method

public getAutoSize ( )

getBackgroundColor() public method

public getBackgroundColor ( )

getBottom() public method

public getBottom ( )

getHeight() public method

public getHeight ( )

getLeft() public method

public getLeft ( )

getRight() public method

public getRight ( )

getTop() public method

public getTop ( )

getVisible() public method

public getVisible ( )

getWidth() public method

public getWidth ( )

setAutoSize() public method

public setAutoSize ( $autoSize )

setBackgroundColor() public method

public setBackgroundColor ( $color )

setBottom() public method

public setBottom ( $bottom )

setHeight() public method

public setHeight ( $height )

setLeft() public method

public setLeft ( $left )

setRight() public method

public setRight ( $right )

setTop() public method

public setTop ( $top )

setVisible() public method

public setVisible ( $visible )

setWidth() public method

public setWidth ( $width )