PHP Интерфейс Gui\Components\VisualObjectInterface

С версии: 0.1
Автор: Rodrigo Azevedo @rodrigowbazeved
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

getAutoSize() публичный Метод

Get the auto size
public getAutoSize ( ) : boolean
Результат boolean

getBackgroundColor() публичный Метод

Get the background color
public getBackgroundColor ( ) : String
Результат String

getBottom() публичный Метод

Gets the value of bottom in pixel.
public getBottom ( ) : integer
Результат integer

getHeight() публичный Метод

Gets the value of height in pixel.
public getHeight ( ) : integer
Результат integer

getLeft() публичный Метод

Gets the value of left in pixel.
public getLeft ( ) : integer
Результат integer

getRight() публичный Метод

Gets the value of right in pixel.
public getRight ( ) : integer
Результат integer

getTop() публичный Метод

Gets the value of top in pixel.
public getTop ( ) : integer
Результат integer

getVisible() публичный Метод

Gets the value of visible in pixel.
public getVisible ( ) : boolean
Результат boolean

getWidth() публичный Метод

Gets the value of width in pixel.
public getWidth ( ) : integer
Результат integer

setAutoSize() публичный Метод

Set the auto size
public setAutoSize ( boolean $autoSize ) : self
$autoSize boolean True = Enabled
Результат self

setBackgroundColor() публичный Метод

Set the background Color
public setBackgroundColor ( string $color ) : self
$color string Color '#123456'
Результат self

setBottom() публичный Метод

Sets the value of bottom in pixel.
public setBottom ( integer $bottom ) : self
$bottom integer the bottom
Результат self

setHeight() публичный Метод

Sets the value of height in pixel.
public setHeight ( integer $height ) : self
$height integer the height
Результат self

setLeft() публичный Метод

Sets the value of left in pixel.
public setLeft ( integer $left ) : self
$left integer the left
Результат self

setRight() публичный Метод

Sets the value of right in pixel.
public setRight ( integer $right ) : self
$right integer the right
Результат self

setTop() публичный Метод

Sets the value of top in pixel.
public setTop ( integer $top ) : self
$top integer the top
Результат self

setVisible() публичный Метод

Sets the value of visible in pixel.
public setVisible ( boolean $visible ) : self
$visible boolean the visible
Результат self

setWidth() публичный Метод

Sets the value of width in pixel.
public setWidth ( integer $width ) : self
$width integer the width
Результат self