PHP Класс Gui\Components\Label

It is a visual component for label
С версии: 0.1
Автор: Gabriel Couto @gabrielrcouto
Наследование: extends VisualObject
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$lazarusClass string The lazarus class as string

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

Метод Описание
getFontColor ( ) : String Get the font color
getFontFamily ( ) : String Get the font family
getFontSize ( ) : float Get the font size
getText ( ) : mixed Get the Label text
setFontColor ( string $color ) : self Set the font Color
setFontFamily ( string $family ) : self Set the font Family
setFontSize ( float $size ) : self Set the font size for label
setText ( string $value ) : self Set the Label text

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

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

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

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

Get the font family
public getFontFamily ( ) : String
Результат String

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

Get the font size
public getFontSize ( ) : float
Результат float

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

Get the Label text
public getText ( ) : mixed
Результат mixed

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

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

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

Set the font Family
public setFontFamily ( string $family ) : self
$family string Family name (ex: Arial)
Результат self

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

Set the font size for label
public setFontSize ( float $size ) : self
$size float
Результат self

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

Set the Label text
public setText ( string $value ) : self
$value string
Результат self

Описание свойств

$lazarusClass защищенное свойство

The lazarus class as string
protected string $lazarusClass
Результат string