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
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
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 )