| 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. |
| ezcBaseExtensionNotFoundException |
ezcBaseExtensionNotFoundException is thrown when a requested PHP extension was not found. |
| ezcBaseFeatures |
Provides methods needed to check for features. |
| ezcBaseFile |
Provides a selection of static independent methods to provide functionality for file and file system handling. |
| 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. |
| ezcBaseInitInvalidCallbackClassException |
Exception that is thrown if an invalid class is passed as callback class for delayed object configuration. |
| ezcBaseInvalidParentClassException |
Exception that is thrown if an invalid class is passed as custom class. |
| 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. |
| ezcBaseRepositoryDirectory |
Struct which defines a repository directory. |
| 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 |
Base class for all struct classes. |
| 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. Used with other chart types this axis label renderer may cause unexpected results. You may use this renderer by assigning it to one of the charts axis. |
| ezcGraphAxisCenteredLabelRenderer |
Renders axis labels centered below the axis steps. |
| ezcGraphAxisContainer |
The axis container class is internally used to store and validate sets of axis, and offering access using the SPL ArrayAccess interface to add or modify its contents. |
| 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 |
Omits axis labels, steps and grid. |
| ezcGraphAxisRadarLabelRenderer |
Renders axis labels and grid optimized for radar charts. May cause unexpected results when used with other chart types. |
| ezcGraphAxisRotatedLabelRenderer |
Can render axis labels rotated, so that more axis labels fir on one axis. |
| ezcGraphAxisStep |
Represents a single step on the axis |
| 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. |
| ezcGraphDataSetAxisProperty |
Class for axis properties of datasets |
| 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 |
| ezcGraphDatabaseDataSet |
Class to transform PDO results into ezcGraphDataSets |
| ezcGraphDatabaseException |
General exception container for the GraphDatabaseTiein component. |
| ezcGraphDatabaseMissingColumnException |
Exception thrown if a requetsted column could not be found in result set |
| ezcGraphDatabaseStatementNotExecutedException |
Exception thrown if a given statement has not been executed. |
| ezcGraphDatabaseTooManyColumnsException |
Exception thrown if a data set has too many columns for a key value association. |
| 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 driver options. |
| ezcGraphErrorParsingDateException |
Exception thrown when a date assigned to the ezcGraphChartElementDateAxis could not be parsed. |
| 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. The options of this class are defined in The options of this class are defined in the option class ezcGraphFlashDriverOptions extending the basic ezcGraphDriverOptions. |
| ezcGraphFlashDriverOptions |
Class containing the extended configuration options for the flash driver. |
| ezcGraphFontOptions |
Class containing the options for font configuration. |
| 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 extended driver options for the gd driver. |
| ezcGraphGdDriverUnsupportedImageTypeException |
Exception thrown if the image type is not supported and therefore could not be used in the gd driver. |
| ezcGraphInvalidArrayDataSourceException |
Exception thrown when an invalid data source is provided for an array data set. |
| ezcGraphInvalidAssignementException |
Exception thrown, when trying a property cannot be set for a data point, but only for data sets. |
| ezcGraphInvalidDataException |
Exception thrown when invalid data is provided, which cannot be rendered for some reason. |
| ezcGraphInvalidDisplayTypeException |
Exception thrown when an unsupported data type is set for the current chart. |
| 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. |
| ezcGraphNumericDataSet |
Dataset for numeric data. |
| ezcGraphOdometerChart |
Class for odometer charts. Can only use one dataset which will be dispalyed as a odometer chart. |
| ezcGraphOdometerChartOptions |
Class containing the options for odometer charts |
| ezcGraphOdometerRenderer |
Interface which adds the methods required for rendering radar charts to a renderer |
| 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. |
| ezcGraphPolynom |
Provides a class for generic operations on polynoms |
| ezcGraphRadarChart |
Class for radar charts. |
| ezcGraphRadarChartOptions |
Class containing the basic options for radar charts. |
| ezcGraphRadarRenderer |
Interface which adds the methods required for rendering radar charts to a renderer |
| 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. |
| ezcGraphReducementFailedException |
Exception thrown when a requested reducement of an ellipse or polygone failed because the shape was already too small. |
| 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. Renders charts in a two dimensional view. |
| ezcGraphRenderer2dOptions |
Class containing the extended options available in 2d renderer. |
| ezcGraphRenderer3d |
Class to transform chart primitives into image primitives. This renderer renders the charts in a isometric three dimensional view. |
| ezcGraphRenderer3dOptions |
Class containing the extended options for the three dimensional renderer. |
| ezcGraphRendererOptions |
Class containing the basic options for renderers. |
| ezcGraphStackedBarsRenderer |
Interface which adds the methods required for rendering radar charts to a renderer |
| 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 extended options for the SVG driver. |
| ezcGraphTooManyDataSetsExceptions |
Exception thrown when trying to insert too many data sets in a data set container. |
| ezcGraphTools |
Toolkit for several operation with graphs |
| ezcGraphToolsIncompatibleDriverException |
Exception thrown when trying to modify rendered images with incompatible graph tools. |
| ezcGraphToolsNotRenderedException |
Exception thrown when a chart was not rendered yet, but the graph tool requires information only available in rendered charts. |
| 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. |
| ezcGraphUnregularStepsException |
Exception thrown when a bar chart shouls be rendered on an axis using unregular step sizes. |