PHP 클래스 Gui\Components\Shape

It is a visual component for shape
부터: 0.1
저자: Gabriel Couto @gabrielrcouto
상속: extends VisualObject
파일 보기 프로젝트 열기: gabrielrcouto/php-gui

보호된 프로퍼티들

프로퍼티 타입 설명
$lazarusClass string The lazarus class as string

공개 메소드들

메소드 설명
getBackgroundColor ( ) : String Get the background color
getBorderColor ( ) : String Get the border color
setBackgroundColor ( string $color ) : self Set the background Color
setBorderColor ( string $color ) : self Set the border Color

메소드 상세

getBackgroundColor() 공개 메소드

Get the background color
public getBackgroundColor ( ) : String
리턴 String

getBorderColor() 공개 메소드

Get the border color
public getBorderColor ( ) : String
리턴 String

setBackgroundColor() 공개 메소드

Set the background Color
public setBackgroundColor ( string $color ) : self
$color string Color '#123456'
리턴 self

setBorderColor() 공개 메소드

Set the border Color
public setBorderColor ( string $color ) : self
$color string Color '#123456'
리턴 self

프로퍼티 상세

$lazarusClass 보호되어 있는 프로퍼티

The lazarus class as string
protected string $lazarusClass
리턴 string