| ezcBase |
Base class implements the methods needed to use the eZ components. |
| ezcBaseConfigurationInitializer |
This class provides the interface that classes need to implement to act as an callback initializer class to work with the delayed initialization mechanism. |
| ezcBaseDoubleClassRepositoryPrefixException |
ezcBaseDoubleClassRepositoryPrefixException is thrown whenever you try to register a class repository with a prefix that has already been added before. |
| ezcBaseException |
ezcBaseException is a container from which all other exceptions in the components library descent. |
| ezcBaseFeatures |
Provides methods needed to check for features. |
| ezcBaseFileException |
ezcBaseFileException is the exception from which all file related exceptions inherit. |
| ezcBaseFileIoException |
ezcBaseFileIoException is thrown when a problem occurs while writing and reading to/from an open file. |
| ezcBaseFileNotFoundException |
ezcBaseFileNotFoundException is thrown when a file or directory was tried to be opened, but did not exist. |
| ezcBaseFilePermissionException |
ezcBaseFilePermissionException is thrown whenever a permission problem with a file, directory or stream occurred. |
| ezcBaseInit |
Provides a method to implement delayed initialization of objects. |
| ezcBaseInitCallbackConfiguredException |
ezcBaseInitCallbackConfiguredException is thrown when you try to assign a callback clasname to an identifier, while there is already a callback class configured for this identifier. |
| ezcBaseOptions |
Base options class for all eZ components. |
| ezcBasePropertyNotFoundException |
ezcBasePropertyNotFoundException is thrown whenever a non existent property is accessed in the Components library. |
| ezcBasePropertyPermissionException |
ezcBasePropertyPermissionException is thrown whenever a read-only property is tried to be changed, or when a write-only property was accessed for reading. |
| ezcBaseSettingNotFoundException |
ezcBaseSettingNotFoundException is thrown whenever there is a name passed as part as the options array to setOptions() for an option that doesn't exist. |
| ezcBaseSettingValueException |
ezcBaseSettingValueExeception is thrown whenever a value to a class' configuration option is either of the wrong type, or has a wrong value. |
| ezcBaseStruct |
|
| ezcBaseValueException |
ezcBaseValueException is thrown whenever the type or value of the given variable is not as expected. |
| ezcGraph |
Base options class for all eZ components. |
| ezcGraphArrayDataSet |
Dataset class which receives arrays and use them as a base for datasets. |
| ezcGraphAxisBoxedLabelRenderer |
Renders axis labels centered between two axis steps like normally used for bar charts. |
| ezcGraphAxisCenteredLabelRenderer |
Renders axis labels centered below the axis steps. |
| ezcGraphAxisExactLabelRenderer |
Renders axis labels like known from charts drawn in analysis |
| ezcGraphAxisLabelRenderer |
Abstract class to render labels and grids on axis. Will be extended to make it possible using different algorithms for rendering axis labels. |
| ezcGraphAxisNoLabelRenderer |
Renders axis labels like known from charts drawn in analysis |
| ezcGraphBarChart |
Class for bar charts. Can make use of an unlimited amount of datasets and will display them as bars by default. |
| ezcGraphChart |
Class to represent a complete chart. |
| ezcGraphChartDataContainer |
Container class for datasets used by the chart classes. Implements usefull interfaces for convenient access to the datasets. |
| ezcGraphChartElement |
Class for basic chart elements |
| ezcGraphChartElementAxis |
Basic axis class |
| ezcGraphChartElementBackground |
Chart element representing the background. In addition to the standard background and border for chart elements it can draw an image on the chart background, and optionally repeat it. The position will be used for the repetition offset. |
| ezcGraphChartElementDateAxis |
Class to represent date axis. Date axis will try to find a "nice" interval based on the values on the x axis. If non numeric values are given, ezcGraphChartElementDateAxis will convert them to timestamps using PHPs strtotime function. |
| ezcGraphChartElementLabeledAxis |
Class to represent a labeled axis. Values on the x axis are considered as strings and used in the given order. |
| ezcGraphChartElementLegend |
Class to represent a legend as a chart element |
| ezcGraphChartElementLogarithmicalAxis |
Class to represent a numeric axis. The axis tries to calculate "nice" start and end values for the axis scale. The used interval is considered as nice, if it is equal to [1,2,5] * 10^x with x in [.., -1, 0, 1, ..]. |
| ezcGraphChartElementNumericAxis |
Class to represent a numeric axis. The axis tries to calculate "nice" start and end values for the axis scale. The used interval is considered as nice, if it is equal to [1,2,5] * 10^x with x in [.., -1, 0, 1, ..]. |
| ezcGraphChartElementText |
Chart element to display texts in a chart |
| ezcGraphChartOptions |
Class containing the basic options for charts |
| ezcGraphChartSingleDataContainer |
Container class for datasets, which ensures, that only one dataset is used. |
| ezcGraphColor |
ezcGraphColor |
| ezcGraphContext |
Struct to represent the context of a renderer operation |
| ezcGraphCoordinate |
Represents coordinates in two dimensional catesian coordinate system. |
| ezcGraphDataSetAveragePolynom |
Extension of basic dataset to represent averation. |
| ezcGraphDataSetBooleanProperty |
Class for integer properties of datasets |
| ezcGraphDataSetColorProperty |
Class for color properties of datasets |
| ezcGraphDataSetIntProperty |
Class for integer properties of datasets |
| ezcGraphDataSetProperty |
Abstract class for properties of datasets |
| ezcGraphDataSetStringProperty |
Class for string properties of datasets |
| ezcGraphDatasetAverageInvalidKeysException |
Exception thrown when a dataset with non numeric keys is used with average datasets. |
| ezcGraphDriver |
Abstract class to be extended for ezcGraph output drivers. |
| ezcGraphDriverOptions |
Class containing the basic options for charts |
| ezcGraphException |
General exception container for the Graph component. |
| ezcGraphFlashBitmapBoundingsException |
Flash does not support bitmap scaling, so that this exceptions is thrown when an image does not have the requested size. |
| ezcGraphFlashBitmapTypeException |
Flash can only read non interlaced bitmaps. This exception is thrown for all other image types. |
| ezcGraphFlashDriver |
Driver to create Flash4 (SWF) files as graph output. |
| ezcGraphFlashDriverOptions |
Class containing the basic options for charts |
| ezcGraphFontOptions |
Class containing the basic options for charts |
| ezcGraphFontRenderingException |
Exception thrown when it is not possible to render a string beacause of minimum font size in the desinated bounding box. |
| ezcGraphGdDriver |
Driver using PHPs ext/gd to draw images. The GD extension is available on nearly all PHP installations, but slow and produces slightly incorrect results. |
| ezcGraphGdDriverOptions |
Class containing the basic options for charts |
| ezcGraphGdDriverUnsupportedImageTypeException |
Exception thrown if the image type is not supported and therefore could not be used in the gd driver. |
| ezcGraphInvalidDisplayTypeException |
Exception thrown when an unsupported data type is set for the current chart. |
| ezcGraphInvalidFontTypeException |
Exception thrown if font type cannot be rendered with one driver. |
| ezcGraphInvalidImageFileException |
Exception thrown when a file can not be used as a image file. |
| ezcGraphLineChart |
Class for line charts. Can make use of an unlimited amount of datasets and will display them as lines by default. |
| ezcGraphLineChartOptions |
Class containing the basic options for line charts |
| ezcGraphLinearGradient |
Class representing linear gradient fills. For drivers which cannot draw gradients it falls back to a native ezcGraphColor. In this case the start color of the gradient will be used. |
| ezcGraphMatrixInvalidDimensionsException |
Exception thrown when an operation is not possible because of incompatible matrix dimensions. |
| ezcGraphMatrixOutOfBoundingsException |
Exception thrown when a requested matrix value is out of the boundings of the matrix. |
| ezcGraphNoDataException |
Exception shown, when trying to render a chart without assigning any data. |
| ezcGraphNoSuchDataException |
Exception shown, when trying to access not existing data in datasets. |
| ezcGraphNoSuchDataSetException |
Exception thrown when trying to access a non exising dataset. |
| ezcGraphNoSuchElementException |
Exception thrown when trying to access a non existing chart element. |
| ezcGraphOutOfLogithmicalBoundingsException |
Exception thrown when data exceeds the values which are displayable on an logarithmical scaled axis. |
| ezcGraphPalette |
Abstract class to contain pallet definitions |
| ezcGraphPaletteBlack |
Dark color pallet for ezcGraph based on Tango style guidelines at http://tango-project.org/Generic_Icon_Theme_Guidelines |
| ezcGraphPaletteEz |
Color pallet for ezcGraph based on eZ color scheme |
| ezcGraphPaletteEzBlue |
Light blue color pallet for ezcGraph based on blue eZ colors |
| ezcGraphPaletteEzGreen |
Light green color pallet for ezcGraph based on green eZ colors |
| ezcGraphPaletteEzRed |
Light red color pallet for ezcGraph based on red eZ colors |
| ezcGraphPaletteTango |
Light color pallet for ezcGraph based on Tango style guidelines at http://tango-project.org/Generic_Icon_Theme_Guidelines |
| ezcGraphPieChart |
Class for pie charts. Can only use one dataset which will be dispalyed as a pie chart. |
| ezcGraphPieChartOptions |
Class containing the basic options for pie charts |
| ezcGraphRadialGradient |
Class representing radial gradient fills. For drivers which cannot draw gradients it falls back to a native ezcGraphColor. In this case the start color of the gradient will be used. |
| ezcGraphRenderer |
Abstract class to transform the basic chart components. To be extended by three- and twodimensional renderers. |
| ezcGraphRenderer2d |
Class to transform chart primitives into image primitives |
| ezcGraphRenderer2dOptions |
Class containing the basic options for pie charts |
| ezcGraphRenderer3d |
Class to transform chart primitives into image primitives |
| ezcGraphRenderer3dOptions |
Class containing the basic options for pie charts |
| ezcGraphRendererOptions |
Class containing the basic options for pie charts |
| ezcGraphSvgDriver |
Extension of the basic Driver package to utilize the SVGlib. |
| ezcGraphSvgDriverInvalidIdException |
Exception thrown when a id could not be found in a SVG document to insert elements in. |
| ezcGraphSvgDriverOptions |
Class containing the basic options for charts |
| ezcGraphTooManyDataSetsExceptions |
Exception thrown when trying to insert too many data sets in a data set container. |
| ezcGraphUnknownColorDefinitionException |
Exception thrown, when a given value could not be interpreted as a color by ezcGraphColor. |
| ezcGraphUnknownFontTypeException |
Exception thrown if font type is unknown or not supported. |