PHP 인터페이스 Gui\Components\VisualObjectInterface

부터: 0.1
저자: Rodrigo Azevedo @rodrigowbazeved
파일 보기 프로젝트 열기: gabrielrcouto/php-gui

공개 메소드들

메소드 설명
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