A B C D G H I L O P S T W

A

AbstractXYPlotGenerator - Class in org.xwiki.chart.internal.plot
An abstract PlotGenerator for defining various XY type charts.
AbstractXYPlotGenerator() - Constructor for class org.xwiki.chart.internal.plot.AbstractXYPlotGenerator
 
AreaPlotGenerator - Class in org.xwiki.chart.internal.plot
A PlotGenerator for generating area charts.
AreaPlotGenerator() - Constructor for class org.xwiki.chart.internal.plot.AreaPlotGenerator
 

B

BarPlotGenerator - Class in org.xwiki.chart.internal.plot
A PlotGenerator for generating bar charts.
BarPlotGenerator() - Constructor for class org.xwiki.chart.internal.plot.BarPlotGenerator
 
buildCategoryDataset(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.plot.BarPlotGenerator
Builds a new DefaultCategoryDataset corresponding to the provided ChartModel.
buildXYDataset(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.plot.AbstractXYPlotGenerator
Builds an XYDataset corresponding to the provided ChartModel.

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.

D

DefaultChartGenerator - Class in org.xwiki.chart.internal
The default implementation of ChartGenerator component interface which utilizes the jfreechart charting library.
DefaultChartGenerator() - Constructor for class org.xwiki.chart.internal.DefaultChartGenerator
 
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.
generate(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.DefaultChartGenerator
Generates an image of a chart representing the data presented as a ChartModel and extra formatting parameters provided in the parameters map.
generate(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.plot.AbstractXYPlotGenerator
Generates a Plot for the given ChartModel and parameters.
generate(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.plot.BarPlotGenerator
Generates a Plot for the given ChartModel and parameters.
generate(ChartModel, Map<String, String>) - Method in class org.xwiki.chart.internal.plot.PiePlotGenerator
Generates a Plot for the given ChartModel and parameters.
generate(ChartModel, Map<String, String>) - Method in interface org.xwiki.chart.internal.plot.PlotGenerator
Generates a Plot for the given ChartModel and parameters.
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
Returns the specified cell value.
getColumnCount() - Method in interface org.xwiki.chart.model.ChartModel
Number of data columns.
getColumnCount() - Method in class org.xwiki.chart.model.DefaultChartModel
Number of data columns.
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
Returns the label for the specified data column.
getRowCount() - Method in interface org.xwiki.chart.model.ChartModel
Number of data rows.
getRowCount() - Method in class org.xwiki.chart.model.DefaultChartModel
Number of data rows.
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
Returns the label for the specified data row.
getXYItemRenderer(Map<String, String>) - Method in class org.xwiki.chart.internal.plot.AbstractXYPlotGenerator
Returns the XYItemRenderer to be used for plotting the chart.
getXYItemRenderer(Map<String, String>) - Method in class org.xwiki.chart.internal.plot.AreaPlotGenerator
Returns the XYItemRenderer to be used for plotting the chart.
getXYItemRenderer(Map<String, String>) - Method in class org.xwiki.chart.internal.plot.LinePlotGenerator
Returns the XYItemRenderer to be used for plotting the chart.

H

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

I

initialize() - Method in class org.xwiki.chart.internal.DefaultChartGenerator

L

LinePlotGenerator - Class in org.xwiki.chart.internal.plot
A PlotGenerator for generating line charts.
LinePlotGenerator() - Constructor for class org.xwiki.chart.internal.plot.LinePlotGenerator
 

O

org.xwiki.chart - package org.xwiki.chart
 
org.xwiki.chart.internal - package org.xwiki.chart.internal
 
org.xwiki.chart.internal.plot - package org.xwiki.chart.internal.plot
 
org.xwiki.chart.model - package org.xwiki.chart.model
 

P

PiePlotGenerator - Class in org.xwiki.chart.internal.plot
A PlotGenerator for generating pie charts.
PiePlotGenerator() - Constructor for class org.xwiki.chart.internal.plot.PiePlotGenerator
 
PlotGenerator - Interface in org.xwiki.chart.internal.plot
Interface for defining various jfreechart Plot generators.

S

SERIES_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Source parameter identifier.
setDefaultParams(Map<String, String>) - Method in class org.xwiki.chart.internal.DefaultChartGenerator
Sets up default values for certain parameters, if they are not provided.

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.

A B C D G H I L O P S T W

Copyright © 2004-2011 XWiki. All Rights Reserved.