/Graph/Elements.phpContains 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).
| Class | Description |
|---|---|
Image_Graph_Base
|
Base class for data-storage in common objects |
Image_Graph_Title
|
Class for storing a title |
Image_Graph_Axis
|
Class for storing axis settings |
Image_Graph_Axis_X
|
Class for storing x-axis settings |
Image_Graph_Axis_Y
|
Class for storing x-axis settings |
Image_Graph_Axis_Values
|
Class for handling textual and numerical values on the axes |
Image_Graph_Grid
|
Class for storing grid-element settings |
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