[
class tree: phpchartPlus
] [
index: phpchartPlus
] [
all elements
]
Packages:
phpchartPlus
Files:
AreaChart.php
BarChart.php
CacheToFile_Strategy.php
CacheToPEARDB_Strategy.php
CachingStrategy_Interface.php
Chart.php
Circle.php
ColorAllocator.php
ConfigParser.php
ConfigStrategy_Interface.php
DataParser.php
DataStrategy_Interface.php
Font.php
Line.php
LineChart.php
NullCache_Strategy.php
PEARDBData_Strategy.php
phpchartPlus.php
PHPConfig_Strategy.php
PHPData_Strategy.php
PieChart.php
Polygon.php
Rectangle.php
Shape.php
TXTData_Strategy.php
XMLConfig_Strategy.php
XMLData_Strategy.php
Classes:
AreaChart
BarChart
CacheToFile_Strategy
CacheToPEARDB_Strategy
CachingStrategy_Exception
CachingStrategy_Interface
Chart
Chunk
Circle
ColorAllocator
ConfigData
ConfigParser
ConfigParser_Exception
ConfigStrategy_Exception
ConfigStrategy_Interface
DataParser
DataParser_Exception
DataStrategy_Exception
DataStrategy_Interface
Font
FontSupport_Exception
Group
GroupItem
ImageSupport_Exception
Line
LineChart
NullCache_Strategy
PEARDBData_Strategy
phpchartPlus
PHPConfig_Strategy
PHPData_Strategy
PieChart
Polygon
Rectangle
Shape
TXTData_Strategy
XMLConfig_Strategy
XMLData_Strategy
Class: AreaChart
Source Location: /AreaChart.php
Class Overview
Chart
| --AreaChart
AreaChart generation
Author(s):
Tsiavos Chris <
jaames@freemail.gr
>
Methods
draw
Inherited Variables
Class:
Chart
Chart::$Area_xsize
Chart::$Area_ysize
Chart::$Caching_Strategy_
Chart::$Chart_Image
Chart::$Chart_Yscale
Chart::$Chart_ZeroPos
Chart::$ColorAllocator_
Chart::$ConfigParser_
Chart::$DataParser_
Chart::$Font_
Inherited Methods
Class:
Chart
Chart::__construct()
Chart Constructor
Chart::Colorize_ChartArea()
Colorizes the image and the calculated chart area with the appropriate colors
Chart::draw()
Abstract function,overriden by subclasses to draw the selected chart type (Bar, Line,Area,Pie)
Chart::draw_Chart()
Calls Chart::Colorize_ChartArea(),Chart::get_DrawingArea_Size(),Chart::draw_Grids(),
Chart::draw_Grids()
Draws the grids in the calculated chart area
Chart::draw_Legend()
Draws the legend
Chart::get_DrawingArea_Size()
Calculates the dimensions of the chart drawing area
Chart::Initialize_Font()
Initializes the Font instance
Chart::set_CachingStrategy()
Specifies the Caching Strategy the class will follow. Caching Strategy objects provide a common interface to the class for supporting multiple methods of caching the generated images.
Chart::set_ColorAllocator()
Specifies the ColorAllocator instance to use for in-class scope operations
Chart::set_ConfigParser()
Specifies the ConfigParser Instance for in-class scope operations
Chart::set_DataParser()
Specifies the DataParser Instance for in-class scope operations
Chart::set_Font()
Specifies the Font instance to use for in-class scope operations
Chart::__destruct()
Destructor. Destroyes the Chart Image handler
Class Details
[line
24
]
AreaChart generation
Tags:
author:
Tsiavos Chris <
jaames@freemail.gr
>
[
Top
]
Class Methods
method draw
[line
26
]
void draw( )
Tags:
access:
public
Overrides
Chart::draw()
(Abstract function,overriden by subclasses to draw the selected chart type (Bar, Line,Area,Pie))
[
Top
]
Documentation generated on Sun, 3 Oct 2004 14:58:48 +0300 by
phpDocumentor 1.3.0RC3