commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / sites / all / modules-new / civicrm / packages / ezc / autoload / graph_autoload.php
1 <?php
2 /**
3 * Autoloader definition for the Graph component.
4 *
5 * @copyright Copyright (C) 2005-2009 eZ Systems AS. All rights reserved.
6 * @license http://ez.no/licenses/new_bsd New BSD License
7 * @version 1.5beta1
8 * @filesource
9 * @package Graph
10 */
11
12 return array(
13 'ezcGraphException' => 'Graph/exceptions/exception.php',
14 'ezcGraphDatasetAverageInvalidKeysException' => 'Graph/exceptions/invalid_keys.php',
15 'ezcGraphErrorParsingDateException' => 'Graph/exceptions/date_parsing.php',
16 'ezcGraphFlashBitmapTypeException' => 'Graph/exceptions/flash_bitmap_type.php',
17 'ezcGraphFontRenderingException' => 'Graph/exceptions/font_rendering.php',
18 'ezcGraphGdDriverUnsupportedImageTypeException' => 'Graph/exceptions/unsupported_image_type.php',
19 'ezcGraphInvalidArrayDataSourceException' => 'Graph/exceptions/invalid_data_source.php',
20 'ezcGraphInvalidAssignementException' => 'Graph/exceptions/invalid_assignement.php',
21 'ezcGraphInvalidDataException' => 'Graph/exceptions/invalid_data.php',
22 'ezcGraphInvalidDisplayTypeException' => 'Graph/exceptions/invalid_display_type.php',
23 'ezcGraphInvalidImageFileException' => 'Graph/exceptions/invalid_image_file.php',
24 'ezcGraphInvalidStepSizeException' => 'Graph/exceptions/invalid_step_size.php',
25 'ezcGraphMatrixInvalidDimensionsException' => 'Graph/exceptions/invalid_dimensions.php',
26 'ezcGraphMatrixOutOfBoundingsException' => 'Graph/exceptions/out_of_boundings.php',
27 'ezcGraphNoDataException' => 'Graph/exceptions/no_data.php',
28 'ezcGraphNoSuchDataException' => 'Graph/exceptions/no_such_data.php',
29 'ezcGraphNoSuchDataSetException' => 'Graph/exceptions/no_such_dataset.php',
30 'ezcGraphNoSuchElementException' => 'Graph/exceptions/no_such_element.php',
31 'ezcGraphOutOfLogithmicalBoundingsException' => 'Graph/exceptions/out_of_logarithmical_boundings.php',
32 'ezcGraphReducementFailedException' => 'Graph/exceptions/reducement_failed.php',
33 'ezcGraphSvgDriverInvalidIdException' => 'Graph/exceptions/invalid_id.php',
34 'ezcGraphTooManyDataSetsExceptions' => 'Graph/exceptions/too_many_datasets.php',
35 'ezcGraphToolsIncompatibleDriverException' => 'Graph/exceptions/incompatible_driver.php',
36 'ezcGraphToolsNotRenderedException' => 'Graph/exceptions/not_rendered.php',
37 'ezcGraphUnknownColorDefinitionException' => 'Graph/exceptions/unknown_color_definition.php',
38 'ezcGraphUnknownFontTypeException' => 'Graph/exceptions/font_type.php',
39 'ezcGraphUnregularStepsException' => 'Graph/exceptions/unregular_steps.php',
40 'ezcGraphChart' => 'Graph/interfaces/chart.php',
41 'ezcGraphChartElement' => 'Graph/interfaces/element.php',
42 'ezcGraphChartOptions' => 'Graph/options/chart.php',
43 'ezcGraphLineChart' => 'Graph/charts/line.php',
44 'ezcGraphMatrix' => 'Graph/math/matrix.php',
45 'ezcGraphOdometerRenderer' => 'Graph/interfaces/odometer_renderer.php',
46 'ezcGraphRadarRenderer' => 'Graph/interfaces/radar_renderer.php',
47 'ezcGraphRenderer' => 'Graph/interfaces/renderer.php',
48 'ezcGraphStackedBarsRenderer' => 'Graph/interfaces/stacked_bar_renderer.php',
49 'ezcGraphAxisLabelRenderer' => 'Graph/interfaces/axis_label_renderer.php',
50 'ezcGraphBarChart' => 'Graph/charts/bar.php',
51 'ezcGraphChartDataContainer' => 'Graph/data_container/base.php',
52 'ezcGraphChartElementAxis' => 'Graph/element/axis.php',
53 'ezcGraphColor' => 'Graph/colors/color.php',
54 'ezcGraphCoordinate' => 'Graph/structs/coordinate.php',
55 'ezcGraphDataSet' => 'Graph/datasets/base.php',
56 'ezcGraphDataSetProperty' => 'Graph/interfaces/dataset_property.php',
57 'ezcGraphDriver' => 'Graph/interfaces/driver.php',
58 'ezcGraphDriverOptions' => 'Graph/options/driver.php',
59 'ezcGraphHorizontalBarRenderer' => 'Graph/interfaces/horizontal_bar_renderer.php',
60 'ezcGraphPalette' => 'Graph/interfaces/palette.php',
61 'ezcGraphRenderer2d' => 'Graph/renderer/2d.php',
62 'ezcGraphRendererOptions' => 'Graph/options/renderer.php',
63 'ezcGraphTransformation' => 'Graph/math/transformation.php',
64 'ezcGraph' => 'Graph/graph.php',
65 'ezcGraphArrayDataSet' => 'Graph/datasets/array.php',
66 'ezcGraphAxisBoxedLabelRenderer' => 'Graph/renderer/axis_label_boxed.php',
67 'ezcGraphAxisCenteredLabelRenderer' => 'Graph/renderer/axis_label_centered.php',
68 'ezcGraphAxisContainer' => 'Graph/axis/container.php',
69 'ezcGraphAxisExactLabelRenderer' => 'Graph/renderer/axis_label_exact.php',
70 'ezcGraphAxisNoLabelRenderer' => 'Graph/renderer/axis_label_none.php',
71 'ezcGraphAxisRadarLabelRenderer' => 'Graph/renderer/axis_label_radar.php',
72 'ezcGraphAxisRotatedBoxedLabelRenderer' => 'Graph/renderer/axis_label_rotated_boxed.php',
73 'ezcGraphAxisRotatedLabelRenderer' => 'Graph/renderer/axis_label_rotated.php',
74 'ezcGraphAxisStep' => 'Graph/structs/step.php',
75 'ezcGraphBoundings' => 'Graph/math/boundings.php',
76 'ezcGraphCairoDriver' => 'Graph/driver/cairo.php',
77 'ezcGraphCairoDriverOptions' => 'Graph/options/cairo_driver.php',
78 'ezcGraphCairoOODriver' => 'Graph/driver/cairo_oo.php',
79 'ezcGraphChartElementBackground' => 'Graph/element/background.php',
80 'ezcGraphChartElementDateAxis' => 'Graph/axis/date.php',
81 'ezcGraphChartElementLabeledAxis' => 'Graph/axis/labeled.php',
82 'ezcGraphChartElementLegend' => 'Graph/element/legend.php',
83 'ezcGraphChartElementLogarithmicalAxis' => 'Graph/axis/logarithmic.php',
84 'ezcGraphChartElementNumericAxis' => 'Graph/axis/numeric.php',
85 'ezcGraphChartElementText' => 'Graph/element/text.php',
86 'ezcGraphChartSingleDataContainer' => 'Graph/data_container/single.php',
87 'ezcGraphContext' => 'Graph/structs/context.php',
88 'ezcGraphDataSetAveragePolynom' => 'Graph/datasets/average.php',
89 'ezcGraphDataSetAxisProperty' => 'Graph/datasets/property/axis.php',
90 'ezcGraphDataSetBooleanProperty' => 'Graph/datasets/property/boolean.php',
91 'ezcGraphDataSetColorProperty' => 'Graph/datasets/property/color.php',
92 'ezcGraphDataSetIntProperty' => 'Graph/datasets/property/integer.php',
93 'ezcGraphDataSetStringProperty' => 'Graph/datasets/property/string.php',
94 'ezcGraphFlashDriver' => 'Graph/driver/flash.php',
95 'ezcGraphFlashDriverOptions' => 'Graph/options/flash_driver.php',
96 'ezcGraphFontOptions' => 'Graph/options/font.php',
97 'ezcGraphGdDriver' => 'Graph/driver/gd.php',
98 'ezcGraphGdDriverOptions' => 'Graph/options/gd_driver.php',
99 'ezcGraphHorizontalBarChart' => 'Graph/charts/horizontal_bar.php',
100 'ezcGraphHorizontalRenderer' => 'Graph/renderer/horizontal_bar.php',
101 'ezcGraphLineChartOptions' => 'Graph/options/line_chart.php',
102 'ezcGraphLinearGradient' => 'Graph/colors/linear_gradient.php',
103 'ezcGraphNumericDataSet' => 'Graph/datasets/numeric.php',
104 'ezcGraphOdometerChart' => 'Graph/charts/odometer.php',
105 'ezcGraphOdometerChartOptions' => 'Graph/options/odometer_chart.php',
106 'ezcGraphPaletteBlack' => 'Graph/palette/black.php',
107 'ezcGraphPaletteEz' => 'Graph/palette/ez.php',
108 'ezcGraphPaletteEzBlue' => 'Graph/palette/ez_blue.php',
109 'ezcGraphPaletteEzGreen' => 'Graph/palette/ez_green.php',
110 'ezcGraphPaletteEzRed' => 'Graph/palette/ez_red.php',
111 'ezcGraphPaletteTango' => 'Graph/palette/tango.php',
112 'ezcGraphPieChart' => 'Graph/charts/pie.php',
113 'ezcGraphPieChartOptions' => 'Graph/options/pie_chart.php',
114 'ezcGraphPolynom' => 'Graph/math/polynom.php',
115 'ezcGraphRadarChart' => 'Graph/charts/radar.php',
116 'ezcGraphRadarChartOptions' => 'Graph/options/radar_chart.php',
117 'ezcGraphRadialGradient' => 'Graph/colors/radial_gradient.php',
118 'ezcGraphRenderer2dOptions' => 'Graph/options/renderer_2d.php',
119 'ezcGraphRenderer3d' => 'Graph/renderer/3d.php',
120 'ezcGraphRenderer3dOptions' => 'Graph/options/renderer_3d.php',
121 'ezcGraphRotation' => 'Graph/math/rotation.php',
122 'ezcGraphSvgDriver' => 'Graph/driver/svg.php',
123 'ezcGraphSvgDriverOptions' => 'Graph/options/svg_driver.php',
124 'ezcGraphSvgFont' => 'Graph/driver/svg_font.php',
125 'ezcGraphTools' => 'Graph/tools.php',
126 'ezcGraphTranslation' => 'Graph/math/translation.php',
127 'ezcGraphVector' => 'Graph/math/vector.php',
128 'ezcGraphVerboseDriver' => 'Graph/driver/verbose.php',
129 );
130 ?>