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
Datei anzeigen Open project: pradosoft/prado

Public Methods

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

Method Details

getCoordinates() public method

public getCoordinates ( ) : string
return string coordinates defining this hotspot shape

getRadius() public method

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

getShape() public method

public getShape ( ) : string
return string shape of this hotspot.

getX() public method

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

getY() public method

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

setRadius() public method

public setRadius ( $value )

setX() public method

public setX ( $value )

setY() public method

public setY ( $value )