PHP 클래스 Prado\Web\UI\WebControls\TRectangleHotSpot

TRectangleHotSpot defines a rectangle hot spot region in a {@link TImageMap} control.
부터: 3.0
저자: Qiang Xue ([email protected])
상속: extends THotSpot
파일 보기 프로젝트 열기: pradosoft/prado

공개 메소드들

메소드 설명
getBottom ( ) : integer
getCoordinates ( ) : string
getLeft ( ) : integer
getRight ( ) : integer
getShape ( ) : string
getTop ( ) : integer
setBottom ( $value )
setLeft ( $value )
setRight ( $value )
setTop ( $value )

메소드 상세

getBottom() 공개 메소드

public getBottom ( ) : integer
리턴 integer the Y coordinate of the bottom side of the rectangle HotSpot region. Defaults to 0.

getCoordinates() 공개 메소드

public getCoordinates ( ) : string
리턴 string coordinates defining this hotspot shape

getLeft() 공개 메소드

public getLeft ( ) : integer
리턴 integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.

getRight() 공개 메소드

public getRight ( ) : integer
리턴 integer the X coordinate of the right side of the rectangle HotSpot region. Defaults to 0.

getShape() 공개 메소드

public getShape ( ) : string
리턴 string shape of this hotspot.

getTop() 공개 메소드

public getTop ( ) : integer
리턴 integer the Y coordinate of the top side of the rectangle HotSpot region. Defaults to 0.

setBottom() 공개 메소드

public setBottom ( $value )

setLeft() 공개 메소드

public setLeft ( $value )

setRight() 공개 메소드

public setRight ( $value )

setTop() 공개 메소드

public setTop ( $value )