PHP Interface Gui\Components\VisualObjectInterface

Since: 0.1
Author: Rodrigo Azevedo @rodrigowbazeved
Afficher le fichier Open project: gabrielrcouto/php-gui

Méthodes publiques

Méthode 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.

Method Details

getAutoSize() public méthode

Get the auto size
public getAutoSize ( ) : boolean
Résultat boolean

getBackgroundColor() public méthode

Get the background color
public getBackgroundColor ( ) : String
Résultat String

getBottom() public méthode

Gets the value of bottom in pixel.
public getBottom ( ) : integer
Résultat integer

getHeight() public méthode

Gets the value of height in pixel.
public getHeight ( ) : integer
Résultat integer

getLeft() public méthode

Gets the value of left in pixel.
public getLeft ( ) : integer
Résultat integer

getRight() public méthode

Gets the value of right in pixel.
public getRight ( ) : integer
Résultat integer

getTop() public méthode

Gets the value of top in pixel.
public getTop ( ) : integer
Résultat integer

getVisible() public méthode

Gets the value of visible in pixel.
public getVisible ( ) : boolean
Résultat boolean

getWidth() public méthode

Gets the value of width in pixel.
public getWidth ( ) : integer
Résultat integer

setAutoSize() public méthode

Set the auto size
public setAutoSize ( boolean $autoSize ) : self
$autoSize boolean True = Enabled
Résultat self

setBackgroundColor() public méthode

Set the background Color
public setBackgroundColor ( string $color ) : self
$color string Color '#123456'
Résultat self

setBottom() public méthode

Sets the value of bottom in pixel.
public setBottom ( integer $bottom ) : self
$bottom integer the bottom
Résultat self

setHeight() public méthode

Sets the value of height in pixel.
public setHeight ( integer $height ) : self
$height integer the height
Résultat self

setLeft() public méthode

Sets the value of left in pixel.
public setLeft ( integer $left ) : self
$left integer the left
Résultat self

setRight() public méthode

Sets the value of right in pixel.
public setRight ( integer $right ) : self
$right integer the right
Résultat self

setTop() public méthode

Sets the value of top in pixel.
public setTop ( integer $top ) : self
$top integer the top
Résultat self

setVisible() public méthode

Sets the value of visible in pixel.
public setVisible ( boolean $visible ) : self
$visible boolean the visible
Résultat self

setWidth() public méthode

Sets the value of width in pixel.
public setWidth ( integer $width ) : self
$width integer the width
Résultat self