PHP Class Pie3DGraph, GotCms

Inheritance: extends PieGraph
ファイルを表示 Open project: gotcms/gotcms

Public Methods

Method Description
Draw ( )

Protected Methods

Method Description
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

Method Details

Draw() public method

public Draw ( )

GetEdge() protected method

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

GetSlice() protected method

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

LowerHalf() protected method

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