PHP 클래스 PointGraph, GotCms

상속: extends GridGraph
파일 보기 프로젝트 열기: gotcms/gotcms 1 사용 예제들

보호된 메소드들

메소드 설명
AddMarker ( $x, $y, $key, $value, $extra = NULL, $set ) Adds a marker to the list
AddMarkerAttr ( $key, $value, $set ) Adds an attribute common to all markers
CrossHairs ( ) Changes to crosshair cursor by overlaying a transparent rectangle
DrawLegendEntry ( $set, $x, $y, $w, $h ) Return a centred marker for the given set
DrawMarkerSet ( $set, &$marker_data ) Draws a single set of markers
DrawMarkers ( ) Draws (linked) markers on the graph

비공개 메소드들

메소드 설명
CreateMarkers ( ) Creates the marker types
GetMarker ( $marker, $set ) Returns a marker element

메소드 상세

AddMarker() 보호된 메소드

Adds a marker to the list
protected AddMarker ( $x, $y, $key, $value, $extra = NULL, $set )

AddMarkerAttr() 보호된 메소드

Adds an attribute common to all markers
protected AddMarkerAttr ( $key, $value, $set )

CrossHairs() 보호된 메소드

Changes to crosshair cursor by overlaying a transparent rectangle
protected CrossHairs ( )

DrawLegendEntry() 보호된 메소드

Return a centred marker for the given set
protected DrawLegendEntry ( $set, $x, $y, $w, $h )

DrawMarkerSet() 보호된 메소드

Draws a single set of markers
protected DrawMarkerSet ( $set, &$marker_data )

DrawMarkers() 보호된 메소드

Draws (linked) markers on the graph
protected DrawMarkers ( )