EZ-Components

This commit is contained in:
Andreas Österreicher
2009-02-17 15:27:43 +00:00
parent 359c3c55c9
commit 0a8e90a8b3
572 changed files with 64490 additions and 0 deletions
@@ -0,0 +1,114 @@
<?php
/**
* File containing the ezcGraphPaletteBlack class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Dark color pallet for ezcGraph based on Tango style guidelines at
* http://tango-project.org/Generic_Icon_Theme_Guidelines
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteBlack extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#EEEEEC';
/**
* Color of grid lines
*
* @var ezcGraphColor
*/
protected $majorGridColor = '#888A85';
/**
* Color of minor grid lines
*
* @var ezcGraphColor
*/
protected $minorGridColor = '#888A8588';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#729FCF',
'#EF2929',
'#FCE94F',
'#8AE234',
'#F57900',
'#AD7FA8',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::BULLET,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#D3D7CF';
/**
* Backgroundcolor
*
* @var ezcGraphColor
*/
protected $chartBackground = '#2E3436';
/**
* Border color for chart elements
*
* @var string
*/
protected $elementBorderColor = '#555753';
/**
* Border width for chart elements
*
* @var integer
*/
protected $elementBorderWidth = 1;
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 1;
}
?>
@@ -0,0 +1,97 @@
<?php
/**
* File containing the ezcGraphPaletteEz class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Color pallet for ezcGraph based on eZ color scheme
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteEz extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#1E1E1E';
/**
* Color of grid lines
*
* @var ezcGraphColor
*/
protected $majorGridColor = '#D3D7DF';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#C60C30',
'#C90062',
'#E05206',
'#F0AB00',
'#D4BA00',
'#9C9A00',
'#3C8A2E',
'#006983',
'#0098C3',
'#21578A',
'#55517B',
'#4E7D5B',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::BULLET,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#1E1E1E';
/**
* Backgroundcolor for chart
*
* @var ezcGraphColor
*/
protected $chartBackground = '#FFFFFFFF';
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 0;
}
?>
@@ -0,0 +1,90 @@
<?php
/**
* File containing the ezcGraphPaletteEzBlue class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Light blue color pallet for ezcGraph based on blue eZ colors
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteEzBlue extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#2E3436';
/**
* Color of grid lines
*
* @var ezcGraphColor
*/
protected $majorGridColor = '#D3D7DF';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#5489F2',
'#699BFF',
'#85AEFF',
'#A3C2FF',
'#BDD3FF',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::BULLET,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#2E3436';
/**
* Backgroundcolor for chart
*
* @var ezcGraphColor
*/
protected $chartBackground = '#FFFFFF';
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 0;
}
?>
@@ -0,0 +1,90 @@
<?php
/**
* File containing the ezcGraphPaletteEzGreen class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Light green color pallet for ezcGraph based on green eZ colors
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteEzGreen extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#2E3436';
/**
* Color of grid lines
*
* @var ezcGraphColor
*/
protected $majorGridColor = '#D3D7DF';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#9CAE86',
'#87B06B',
'#5C9A75',
'#467A6E',
'#4F6C57',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::BULLET,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#2E3436';
/**
* Backgroundcolor for chart
*
* @var ezcGraphColor
*/
protected $chartBackground = '#FFFFFF';
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 0;
}
?>
@@ -0,0 +1,90 @@
<?php
/**
* File containing the ezcGraphPaletteEzRed class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Light red color pallet for ezcGraph based on red eZ colors
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteEzRed extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#2E3436';
/**
* Color of grid lines
*
* @var ezcGraphColor
*/
protected $majorGridColor = '#D3D7DF';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#B50D2C',
'#C42926',
'#C34009',
'#CA3C04',
'#D86300',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::BULLET,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#2E3436';
/**
* Backgroundcolor for chart
*
* @var ezcGraphColor
*/
protected $chartBackground = '#FFFFFF';
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 0;
}
?>
@@ -0,0 +1,87 @@
<?php
/**
* File containing the ezcGraphPaletteTango class
*
* @package Graph
* @version 1.3
* @copyright Copyright (C) 2005-2008 eZ systems as. All rights reserved.
* @license http://ez.no/licenses/new_bsd New BSD License
*/
/**
* Light color pallet for ezcGraph based on Tango style guidelines at
* http://tango-project.org/Generic_Icon_Theme_Guidelines
*
* @version 1.3
* @package Graph
*/
class ezcGraphPaletteTango extends ezcGraphPalette
{
/**
* Axiscolor
*
* @var ezcGraphColor
*/
protected $axisColor = '#2E3436';
/**
* Array with colors for datasets
*
* @var array
*/
protected $dataSetColor = array(
'#3465A4',
'#4E9A06',
'#CC0000',
'#EDD400',
'#75505B',
'#F57900',
'#204A87',
'#C17D11',
);
/**
* Array with symbols for datasets
*
* @var array
*/
protected $dataSetSymbol = array(
ezcGraph::NO_SYMBOL,
);
/**
* Name of font to use
*
* @var string
*/
protected $fontName = 'sans-serif';
/**
* Fontcolor
*
* @var ezcGraphColor
*/
protected $fontColor = '#2E3436';
/**
* Backgroundcolor for chart
*
* @var ezcGraphColor
*/
protected $chartBackground = '#EEEEEC';
/**
* Padding in elements
*
* @var integer
*/
protected $padding = 1;
/**
* Margin of elements
*
* @var integer
*/
protected $margin = 0;
}
?>