PHP Class Gui\Components\Shape

It is a visual component for shape
Since: 0.1
Author: Gabriel Couto @gabrielrcouto
Inheritance: extends VisualObject
Afficher le fichier Open project: gabrielrcouto/php-gui

Protected Properties

Свойство Type Description
$lazarusClass string The lazarus class as string

Méthodes publiques

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

Method Details

getBackgroundColor() public méthode

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

getBorderColor() public méthode

Get the border color
public getBorderColor ( ) : String
Résultat String

setBackgroundColor() public méthode

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

setBorderColor() public méthode

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

Property Details

$lazarusClass protected_oe property

The lazarus class as string
protected string $lazarusClass
Résultat string