A B C D F G H L M N O P Q S T V W X Y 
All Classes All Packages

A

AREA - org.xwiki.chart.plot.PlotType
Area plot type.
AxisType - Enum in org.xwiki.chart.axis
Enumeration of supported axis types.

B

BAR - org.xwiki.chart.plot.PlotType
Bar plot type.
BAR3D - org.xwiki.chart.plot.PlotType
3D bar plot type.

C

CATEGORY - org.xwiki.chart.axis.AxisType
Category axis.
CATEGORY - org.xwiki.chart.dataset.DatasetType
Category dataset type.
ChartCustomizer - Interface in org.xwiki.chart
Allows implementing JFreeChart customizations (colors, fonts, etc) for the drawn graphs.
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(String, Throwable) - Constructor for exception org.xwiki.chart.ChartGeneratorException
Constructs a new exception with the specified message and cause.
ChartGeneratorException(Throwable) - Constructor for exception org.xwiki.chart.ChartGeneratorException
Constructs a new exception with the specified cause.
ChartModel - Interface in org.xwiki.chart.model
Interface defining the input for the chart generator.
customize(JFreeChart, Map<String, String>) - Method in interface org.xwiki.chart.ChartCustomizer
 

D

DatasetType - Enum in org.xwiki.chart.dataset
Enumeration of supported dataset types.
DATE - org.xwiki.chart.axis.AxisType
Date axis.
DAY - org.xwiki.chart.time.TimePeriodType
A day.

F

forName(String) - Static method in enum org.xwiki.chart.axis.AxisType
 
forName(String) - Static method in enum org.xwiki.chart.dataset.DatasetType
 
forName(String) - Static method in enum org.xwiki.chart.plot.PlotType
 
forName(String) - Static method in enum org.xwiki.chart.time.TimePeriodType
 

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.
getAxis(int) - Method in interface org.xwiki.chart.model.ChartModel
 
getDataset() - Method in interface org.xwiki.chart.model.ChartModel
 
getDefaultAxisTypes() - Method in enum org.xwiki.chart.plot.PlotType
 
getDefaultDatasetType() - Method in enum org.xwiki.chart.plot.PlotType
 
getName() - Method in enum org.xwiki.chart.axis.AxisType
 
getName() - Method in enum org.xwiki.chart.dataset.DatasetType
 
getName() - Method in enum org.xwiki.chart.plot.PlotType
 
getName() - Method in enum org.xwiki.chart.time.TimePeriodType
 

H

HEIGHT_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Height parameter identifier.
HOUR - org.xwiki.chart.time.TimePeriodType
Hour.

L

LINE - org.xwiki.chart.plot.PlotType
Line plot type.
LINE3D - org.xwiki.chart.plot.PlotType
3D line plot type.

M

MILLISECOND - org.xwiki.chart.time.TimePeriodType
Millisecond.
MINUTE - org.xwiki.chart.time.TimePeriodType
Minute.
MONTH - org.xwiki.chart.time.TimePeriodType
Month.

N

NUMBER - org.xwiki.chart.axis.AxisType
Number axis.

O

org.xwiki.chart - package org.xwiki.chart
 
org.xwiki.chart.axis - package org.xwiki.chart.axis
 
org.xwiki.chart.dataset - package org.xwiki.chart.dataset
 
org.xwiki.chart.model - package org.xwiki.chart.model
 
org.xwiki.chart.plot - package org.xwiki.chart.plot
 
org.xwiki.chart.time - package org.xwiki.chart.time
 

P

PIE - org.xwiki.chart.dataset.DatasetType
Pie dataset type.
PIE - org.xwiki.chart.plot.PlotType
Pie plot type.
PlotGeneratorException - Exception in org.xwiki.chart
The class used to indicate exceptions specific to the plot generator.
PlotGeneratorException(String) - Constructor for exception org.xwiki.chart.PlotGeneratorException
Constructs a new exception with the specified message.
PlotType - Enum in org.xwiki.chart.plot
Enumeration of supported plot types.

Q

QUARTER - org.xwiki.chart.time.TimePeriodType
Qarter of a year.

S

SECOND - org.xwiki.chart.time.TimePeriodType
Second.
SERIES_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Source parameter identifier.
SIMPLE - org.xwiki.chart.time.TimePeriodType
A simple (irregular) time period.
STACKEDBAR - org.xwiki.chart.plot.PlotType
Stacked Bar plot type.
STACKEDBAR3D - org.xwiki.chart.plot.PlotType
Stacked 3D bar plot type.

T

TimePeriodType - Enum in org.xwiki.chart.time
Enumeration of supported time period types.
TIMETABLE_XY - org.xwiki.chart.dataset.DatasetType
Time table xy dataset type.
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.

V

valueOf(String) - Static method in enum org.xwiki.chart.axis.AxisType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.chart.dataset.DatasetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.chart.plot.PlotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.chart.time.TimePeriodType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.chart.axis.AxisType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.chart.dataset.DatasetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.chart.plot.PlotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.chart.time.TimePeriodType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEEK - org.xwiki.chart.time.TimePeriodType
Week.
WIDTH_PARAM - Static variable in interface org.xwiki.chart.ChartGenerator
Width parameter identifier.

X

XY - org.xwiki.chart.dataset.DatasetType
XY dataset type.
XYAREA - org.xwiki.chart.plot.PlotType
xy area plot type.
XYLINE3D - org.xwiki.chart.plot.PlotType
xy line3D plot type.
XYLINEANDSHAPE - org.xwiki.chart.plot.PlotType
xy line and shape plot type.
XYSTEP - org.xwiki.chart.plot.PlotType
xy step plot type.

Y

YEAR - org.xwiki.chart.time.TimePeriodType
Year.
A B C D F G H L M N O P Q S T V W X Y 
All Classes All Packages