Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitPieChart

Model::Chart::arbitPieChart

Class arbitPieChart

Base pie chart for arbit, defining custom rendering options, etc.

Base pie chart for arbit, defining custom rendering options, etc.

ezcGraphPieChart
   |
   --arbitPieChart
Author(s):
Version:   $Revision: 1457 $
License:   GPL

Descendants

Child Class Description
arbitModuleCiPieChart Base pie chart for arbit, defining custom rendering options, etc.
arbitTrackerTypeChartModel Base pie chart for arbit, defining custom rendering options, etc.
arbitTrackerStatesChartModel Base pie chart for arbit, defining custom rendering options, etc.
arbitPqiPieChart Pie chart class for the project quality index charts.

Method Summary

public void __construct( )
Construct pie chart
public string getMimeType( )
Get chart image mime type
public mixed render( $width , $height , [ $file = null] )
Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.

Methods

__construct

void __construct( )

Construct pie chart

Construct pie chart Construct pie chart and assign common setting to fit it to arbit layout settings

Redefined in descendants as:
Method Description
arbitModuleCiPieChart::__construct() Construct pie chart 
arbitTrackerTypeChartModel::__construct() Construct pie chart Construct pie chart and fill it with the data. 
arbitTrackerStatesChartModel::__construct() Construct pie chart Construct pie chart and fill it with the data. 
arbitPqiPieChart::__construct() Construct pie chart 

getMimeType

string getMimeType( )

Get chart image mime type

Get chart image mime type Get chart image mime type

render

mixed render( int $width , int $height , [mixed $file = null] )

Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.

Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. If null is passed instead of a file name, the rendered image will be returned as a string.

Parameters:
Name Type Description
$width int
$height int
$file mixed
Redefined in descendants as:
Method Description
arbitModuleCiPieChart::render() Renders this chart Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string. 
Documentation generated on Mon, 05 Apr 2010 14:02:12 +0200 by phpDocumentor 1.4.3