C D G H O S T W

C

ChartGenerator - Interface in org.xwiki.chart
A component interface for defining various chart generators.
ChartGeneratorException - Exception in org.xwiki.chart
The class used to indicate exceptions specific to the Chart generator.
ChartGeneratorException(String) - Constructor for exception org.xwiki.chart.ChartGeneratorException
Constructs a new exception with the specified message.
ChartGeneratorException(Throwable) - Constructor for exception org.xwiki.chart.ChartGeneratorException
Constructs a new exception with the specified cause.
ChartGeneratorException(String, Throwable) - Constructor for exception org.xwiki.chart.ChartGeneratorException
Constructs a new exception with the specified message and cause.
ChartModel - Interface in org.xwiki.chart.model
Interface defining the input for the chart generator.
COLORS_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Color parameter identifier.

D

DefaultChartModel - Class in org.xwiki.chart.model
Default implementation of ChartModel.
DefaultChartModel(Number[][]) - Constructor for class org.xwiki.chart.model.DefaultChartModel
Constructs a new DefaultChartModel with the provided data.
DefaultChartModel(Number[][], String[], String[]) - Constructor for class org.xwiki.chart.model.DefaultChartModel
Constructs a new DefaultChartModel with the provided data and row / column headers.

G

generate(ChartModel, Map<String, String>) - Method in interface org.xwiki.chart.ChartGenerator
Generates an image of a chart representing the data presented as a ChartModel and extra formatting parameters provided in the parameters map.
getCellValue(int, int) - Method in interface org.xwiki.chart.model.ChartModel
Returns the specified cell value.
getCellValue(int, int) - Method in class org.xwiki.chart.model.DefaultChartModel
 
getColumnCount() - Method in interface org.xwiki.chart.model.ChartModel
Number of data columns.
getColumnCount() - Method in class org.xwiki.chart.model.DefaultChartModel
 
getColumnHeader(int) - Method in interface org.xwiki.chart.model.ChartModel
Returns the label for the specified data column.
getColumnHeader(int) - Method in class org.xwiki.chart.model.DefaultChartModel
 
getRowCount() - Method in interface org.xwiki.chart.model.ChartModel
Number of data rows.
getRowCount() - Method in class org.xwiki.chart.model.DefaultChartModel
 
getRowHeader(int) - Method in interface org.xwiki.chart.model.ChartModel
Returns the label for the specified data row.
getRowHeader(int) - Method in class org.xwiki.chart.model.DefaultChartModel
 

H

HEIGHT_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Height parameter identifier.

O

org.xwiki.chart - package org.xwiki.chart
 
org.xwiki.chart.model - package org.xwiki.chart.model
 

S

SERIES_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Source parameter identifier.

T

TITLE_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Title parameter identifier.
TYPE_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Type parameter identifier.

W

WIDTH_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Width parameter identifier.

C D G H O S T W

Copyright © 2004-2012 XWiki. All Rights Reserved.