PHP Класс Pie3DGraph, GotCms

Наследование: extends PieGraph
Показать файл Открыть проект

Открытые методы

Метод Описание
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 )