PHP Class Prado\Web\UI\WebControls\TPolygonHotSpot

TPolygonHotSpot defines a polygon 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
getShape ( ) : string
setCoordinates ( $value )

Method Details

getCoordinates() public méthode

public getCoordinates ( ) : string
Résultat string coordinates of the vertices defining the polygon. Coordinates are concatenated together with comma ','. Each pair represents (x,y) of a vertex.

getShape() public méthode

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

setCoordinates() public méthode

public setCoordinates ( $value )