PHP 클래스 GroupedBarGraph, GotCms

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

보호된 프로퍼티들

프로퍼티 타입 설명
$multi_graph

공개 메소드들

메소드 설명
Values ( $values ) construct multigraph

보호된 메소드들

메소드 설명
Draw ( )
DrawLegendEntry ( $set, $x, $y, $w, $h ) Return box for legend
GetHorizontalCount ( ) Find the full length
GetKey ( $index ) Returns the key from the MultiGraph
GetMaxKey ( ) Returns the maximum key from the MultiGraph
GetMaxValue ( ) Returns the maximum value
GetMinKey ( ) Returns the minimum key from the MultiGraph
GetMinValue ( ) Returns the minimum value

메소드 상세

Draw() 보호된 메소드

protected Draw ( )

DrawLegendEntry() 보호된 메소드

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

GetHorizontalCount() 보호된 메소드

Find the full length
protected GetHorizontalCount ( )

GetKey() 보호된 메소드

Returns the key from the MultiGraph
protected GetKey ( $index )

GetMaxKey() 보호된 메소드

Returns the maximum key from the MultiGraph
protected GetMaxKey ( )

GetMaxValue() 보호된 메소드

Returns the maximum value
protected GetMaxValue ( )

GetMinKey() 보호된 메소드

Returns the minimum key from the MultiGraph
protected GetMinKey ( )

GetMinValue() 보호된 메소드

Returns the minimum value
protected GetMinValue ( )

Values() 공개 메소드

construct multigraph
public Values ( $values )

프로퍼티 상세

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

protected $multi_graph