Element index for package Model
Package indexes
[ a ]
[ c ]
[ d ]
[ e ]
[ f ]
[ g ]
[ m ]
[ p ]
[ r ]
[ _ ]
Letter '_'
- __construct
- in file pqi.php, method arbitPqiPieChart::__construct()
Construct pie chart
- __construct
- in file pie.php, method arbitPieChart::__construct()
Construct pie chart
- __construct
- in file pie.php, method arbitModuleCiPieChart::__construct()
Construct pie chart
- __construct
- in file line.php, method arbitLineChart::__construct()
Construct pie chart
- __construct
- in file line.php, method arbitModuleCiLineChart::__construct()
Construct pie chart
- __set
- in file pqi.php, method arbitPqiPieChart::__set()
Set quality value
Set the quality value for the chart and automatically assign the correct color.
Letter 'a'
- $axisColor
- in file palette.php, variable arbitChartPalette::$axisColor
Axiscolor
- arbitChartPalette
- in file palette.php, class arbitChartPalette
Basic arbit palette, defining colors and borders for all arbit charts.
- arbitLineChart
- in file line.php, class arbitLineChart
Base pie chart for arbit, defining custom rendering options, etc.
- arbitModuleCiLineChart
- in file line.php, class arbitModuleCiLineChart
Base pie chart for arbit, defining custom rendering options, etc.
- arbitModuleCiPieChart
- in file pie.php, class arbitModuleCiPieChart
Base pie chart for arbit, defining custom rendering options, etc.
- arbitPieChart
- in file pie.php, class arbitPieChart
Base pie chart for arbit, defining custom rendering options, etc.
- arbitPqiPieChart
- in file pqi.php, class arbitPqiPieChart
Pie chart class for the project quality index charts.
Letter 'c'
- $chartBackground
- in file palette.php, variable arbitChartPalette::$chartBackground
Backgroundcolor for chart
Letter 'd'
- $dataSetColor
- in file palette.php, variable arbitChartPalette::$dataSetColor
Array with colors for datasets
- $dataSetSymbol
- in file palette.php, variable arbitChartPalette::$dataSetSymbol
Array with symbols for datasets
Letter 'e'
- $elementBackground
- in file palette.php, variable arbitChartPalette::$elementBackground
Backgroundcolor for elements
- $elementBorderColor
- in file palette.php, variable arbitChartPalette::$elementBorderColor
Bordercolor for elements
- $elementBorderWidth
- in file palette.php, variable arbitChartPalette::$elementBorderWidth
Borderwidth for elements
Letter 'f'
- $fontColor
- in file palette.php, variable arbitChartPalette::$fontColor
Fontcolor
- $fontName
- in file palette.php, variable arbitChartPalette::$fontName
Name of font to use
Letter 'g'
- getMimeType
- in file line.php, method arbitLineChart::getMimeType()
Get chart image mime type
- getMimeType
- in file pie.php, method arbitPieChart::getMimeType()
Get chart image mime type
- getQualityColor
- in file pqi.php, method arbitPqiPieChart::getQualityColor()
Get quality color
Get a color value for the passed quality. between 0 and 1 indicating the project quality in percent.
Letter 'm'
- $majorGridColor
- in file palette.php, variable arbitChartPalette::$majorGridColor
Color of grid lines
- $margin
- in file palette.php, variable arbitChartPalette::$margin
Margin of elements
- $minorGridColor
- in file palette.php, variable arbitChartPalette::$minorGridColor
Color of minor grid lines
Letter 'p'
- $padding
- in file palette.php, variable arbitChartPalette::$padding
Padding in elements
Letter 'r'
- render
- in file pie.php, method arbitPieChart::render()
Renders this chart
Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.
- render
- in file pie.php, method arbitModuleCiPieChart::render()
Renders this chart
Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.
- render
- in file line.php, method arbitModuleCiLineChart::render()
Renders this chart
Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.
- render
- in file line.php, method arbitLineChart::render()
Renders this chart
Creates basic visual chart elements from the chart to be processed by the renderer. image will be returned as a string.
|