PHP Class Pie3DGraph, GotCms

Inheritance: extends PieGraph
Afficher le fichier Open project: gotcms/gotcms

Méthodes publiques

Méthode Description
Draw ( )

Méthodes protégées

Méthode 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 méthode

public Draw ( )

GetEdge() protected méthode

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

GetSlice() protected méthode

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

LowerHalf() protected méthode

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