Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitLineChart

Model::Chart::arbitLineChart

Class arbitLineChart

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

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

ezcGraphLineChart
   |
   --arbitLineChart
Author(s):
Version:   $Revision: 1500 $
License:   GPL

Descendants

Child Class Description
arbitModuleCiLineChart Base pie chart for arbit, defining custom rendering options, etc.
arbitTrackerActivityChartModel Base pie chart for arbit, defining custom rendering options, etc.

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
arbitModuleCiLineChart::__construct() Construct pie chart 
arbitTrackerActivityChartModel::__construct() Construct pie chart Construct pie chart and fill it with the data. 

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
arbitModuleCiLineChart::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:01 +0200 by phpDocumentor 1.4.3