PHP 클래스 Pie3DGraph, GotCms

상속: extends PieGraph
파일 보기 프로젝트 열기: gotcms/gotcms

공개 메소드들

메소드 설명
Draw ( )

보호된 메소드들

메소드 설명
GetEdge ( $angle_start, $angle_end ) Returns the path for an edge
GetSlice ( $angle_start, $angle_end, &$attr ) Override the parent to draw 3D slice
LowerHalf ( $angle ) Returns TRUE if the angle is in the lower half of the pie

메소드 상세

Draw() 공개 메소드

public Draw ( )

GetEdge() 보호된 메소드

Returns the path for an edge
protected GetEdge ( $angle_start, $angle_end )

GetSlice() 보호된 메소드

Override the parent to draw 3D slice
protected GetSlice ( $angle_start, $angle_end, &$attr )

LowerHalf() 보호된 메소드

Returns TRUE if the angle is in the lower half of the pie
protected LowerHalf ( $angle )