PHP Class Prado\Web\UI\WebControls\TCircleHotSpot

TCircleHotSpot defines a circular hot spot region in a {@link TImageMap} control.
Since: 3.0
Author: Qiang Xue ([email protected])
Inheritance: extends THotSpot
Afficher le fichier Open project: pradosoft/prado

Méthodes publiques

Méthode Description
getCoordinates ( ) : string
getRadius ( ) : integer
getShape ( ) : string
getX ( ) : integer
getY ( ) : integer
setRadius ( $value )
setX ( $value )
setY ( $value )

Method Details

getCoordinates() public méthode

public getCoordinates ( ) : string
Résultat string coordinates defining this hotspot shape

getRadius() public méthode

public getRadius ( ) : integer
Résultat integer radius of the circular HotSpot region. Defaults to 0.

getShape() public méthode

public getShape ( ) : string
Résultat string shape of this hotspot.

getX() public méthode

public getX ( ) : integer
Résultat integer the X coordinate of the center of the circular HotSpot region. Defaults to 0.

getY() public méthode

public getY ( ) : integer
Résultat integer the Y coordinate of the center of the circular HotSpot region. Defaults to 0.

setRadius() public méthode

public setRadius ( $value )

setX() public méthode

public setX ( $value )

setY() public méthode

public setY ( $value )