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

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

공개 메소드들

메소드 설명
getCoordinates ( ) : string
getShape ( ) : string
setCoordinates ( $value )

메소드 상세

getCoordinates() 공개 메소드

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

getShape() 공개 메소드

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

setCoordinates() 공개 메소드

public setCoordinates ( $value )