PHP Class GroupedBarGraph, GotCms

Inheritance: extends BarGraph
Datei anzeigen Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$multi_graph

Public Methods

Method Description
Values ( $values ) construct multigraph

Protected Methods

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

Method Details

Draw() protected method

protected Draw ( )

DrawLegendEntry() protected method

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

GetHorizontalCount() protected method

Find the full length
protected GetHorizontalCount ( )

GetKey() protected method

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

GetMaxKey() protected method

Returns the maximum key from the MultiGraph
protected GetMaxKey ( )

GetMaxValue() protected method

Returns the maximum value
protected GetMaxValue ( )

GetMinKey() protected method

Returns the minimum key from the MultiGraph
protected GetMinKey ( )

GetMinValue() protected method

Returns the minimum value
protected GetMinValue ( )

Values() public method

construct multigraph
public Values ( $values )

Property Details

$multi_graph protected_oe property

protected $multi_graph