File/Graph/Elements.php

Description

Contains various classes for elements of a graph

This file includes several classes used in Image_Graph. We decided to have just one file with various classes in it for performance reasons (including and opening only one file is much faster).

Classes
Class Description
 class Image_Graph_Base Base class for data-storage in common objects
 class Image_Graph_Title Class for storing a title
 class Image_Graph_Axis Class for storing axis settings
 class Image_Graph_Axis_X Class for storing x-axis settings
 class Image_Graph_Axis_Y Class for storing x-axis settings
 class Image_Graph_Axis_Values Class for handling textual and numerical values on the axes
 class Image_Graph_Grid Class for storing grid-element settings
Includes
 require_once ("Image/Graph/Color.php") (line 62)

Class for color handling (extended version of package: PEAR::Image_Color)

Constants
IMAGE_GRAPH_GRID_MAJOR = 'major' (line 49)

Only show grid at major ticks of axis

For usage with class Image_Graph_Grid

IMAGE_GRAPH_GRID_MINOR = 'minor' (line 57)

Show grid at minor (and major) ticks of axis

For usage with class Image_Graph_Grid

IMAGE_GRAPH_GRID_NONE = 'none' (line 41)

Don't show any grid

For usage with class Image_Graph_Grid

Documentation generated on Sat, 21 Feb 2004 23:28:02 +0100 by phpDocumentor 1.3.0RC2