PHP 클래스 PieGraph, GotCms

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

보호된 프로퍼티들

프로퍼티 타입 설명
$calc_done
$radius_x
$radius_y
$s_angle
$slice_styles
$x_centre for internal use
$y_centre

공개 메소드들

메소드 설명
Draw ( ) Draws the pie graph
svggpsort ( $a, $b ) Sort callback function reverse-sorts by value

보호된 메소드들

메소드 설명
Calc ( ) Calculates position of pie
CalcSlice ( $angle_start, $angle_end, &$x_start, &$y_start, &$x_end, &$y_end )
CheckValues ( &$values ) Checks that the data are valid
DrawLegendEntry ( $set, $x, $y, $w, $h ) Return box for legend
GetSlice ( $angle_start, $angle_end, &$attr ) Returns a single slice of pie

메소드 상세

Calc() 보호된 메소드

Calculates position of pie
protected Calc ( )

CalcSlice() 보호된 메소드

protected CalcSlice ( $angle_start, $angle_end, &$x_start, &$y_start, &$x_end, &$y_end )

CheckValues() 보호된 메소드

Checks that the data are valid
protected CheckValues ( &$values )

Draw() 공개 메소드

Draws the pie graph
public Draw ( )

DrawLegendEntry() 보호된 메소드

Return box for legend
protected DrawLegendEntry ( $set, $x, $y, $w, $h )

GetSlice() 보호된 메소드

Returns a single slice of pie
protected GetSlice ( $angle_start, $angle_end, &$attr )

svggpsort() 공개 정적인 메소드

Sort callback function reverse-sorts by value
public static svggpsort ( $a, $b )

프로퍼티 상세

$calc_done 보호되어 있는 프로퍼티

protected $calc_done

$radius_x 보호되어 있는 프로퍼티

protected $radius_x

$radius_y 보호되어 있는 프로퍼티

protected $radius_y

$s_angle 보호되어 있는 프로퍼티

protected $s_angle

$slice_styles 보호되어 있는 프로퍼티

protected $slice_styles

$x_centre 보호되어 있는 프로퍼티

for internal use
protected $x_centre

$y_centre 보호되어 있는 프로퍼티

protected $y_centre