PHP Class Prado\Web\UI\WebControls\TRectangleHotSpot

TRectangleHotSpot defines a rectangle 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
getBottom ( ) : integer
getCoordinates ( ) : string
getLeft ( ) : integer
getRight ( ) : integer
getShape ( ) : string
getTop ( ) : integer
setBottom ( $value )
setLeft ( $value )
setRight ( $value )
setTop ( $value )

Method Details

getBottom() public méthode

public getBottom ( ) : integer
Résultat integer the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to 0.

getCoordinates() public méthode

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

getLeft() public méthode

public getLeft ( ) : integer
Résultat integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.

getRight() public méthode

public getRight ( ) : integer
Résultat integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.

getShape() public méthode

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

getTop() public méthode

public getTop ( ) : integer
Résultat integer the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.

setBottom() public méthode

public setBottom ( $value )

setLeft() public méthode

public setLeft ( $value )

setRight() public méthode

public setRight ( $value )

setTop() public méthode

public setTop ( $value )