PHP Класс Prado\Web\UI\WebControls\TCircleHotSpot

TCircleHotSpot defines a circular hot spot region in a {@link TImageMap} control.
С версии: 3.0
Автор: Qiang Xue ([email protected])
Наследование: extends THotSpot
Показать файл Открыть проект

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

Метод Описание
getCoordinates ( ) : string
getRadius ( ) : integer
getShape ( ) : string
getX ( ) : integer
getY ( ) : integer
setRadius ( $value )
setX ( $value )
setY ( $value )

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

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

public getCoordinates ( ) : string
Результат string coordinates defining this hotspot shape

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

public getRadius ( ) : integer
Результат integer radius of the circular HotSpot region. Defaults to 0.

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

public getShape ( ) : string
Результат string shape of this hotspot.

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

public getX ( ) : integer
Результат integer the X coordinate of the center of the circular HotSpot region. Defaults to 0.

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

public getY ( ) : integer
Результат integer the Y coordinate of the center of the circular HotSpot region. Defaults to 0.

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

public setRadius ( $value )

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

public setX ( $value )

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

public setY ( $value )