All Classes Interface Summary Class Summary Enum Summary Annotation Types Summary
| Class |
Description |
| AbstractChart<T extends ChartData<?>,S extends Serializable> |
Abstract class to help build charts.
|
| AbstractCollectionData<T> |
Abstract class to help build end charts that uses collections.
|
| Animation |
|
| AreaChart<T extends Number> |
Simple implementation of Area Chart.
|
| AreaFillData<T extends Number> |
Data Helper to build Area Charts.
|
| Axes<T extends Serializable> |
Axes options are specified within an axes object at the top level of the plot
options like so:
|
| Axis<T extends Serializable> |
An individual axis object.
|
| AxisNumber |
The Class AxisNumber.
|
| AxisString |
Default implementation of Axis.
|
| BarChart<T extends Number> |
Simple implementation of Bar Chart.
|
| BarData<T extends Number> |
Data Helper to build Bar Charts.
|
| BarSeriesChart<I extends Number,V extends Number> |
Simple implementation of Bar Chart.
|
| BaseItem |
Marker interface for Chart Items
|
| BubbleChart |
Simple implementation of Bubble Chart.
|
| BubbleData<T extends BubbleItem> |
Data Helper to build Bubble Charts.
|
| BubbleItem |
Representa um item do bubble chart
|
| CanvasOverlay |
CanvasOverlay object.
|
| Chart<T extends ChartData<?>> |
Base of all charts
|
| ChartConfiguration<T extends Serializable> |
Base configuration of JqPlot Chart.
|
| ChartData<T> |
Base interface to handle data.
|
| Cursor |
Plugin class representing the cursor as displayed on the plot.
|
| DashedHorizontalLine |
DashedHorizontalLine object.
|
| DashedVerticalLine |
DashedVerticalLine object.
|
| ElemContainer |
The Class ElemContainer.
|
| Element |
Marker interface for all elements.
|
| FillBetween |
The Class FillBetween.
|
| Grid<T extends Serializable> |
Object representing the grid on which the plot is drawn.
|
| GridPadding |
GridPadding
|
| Highlighter |
|
| HorizontalLine |
HorizontalLine object.
|
| JqPlotJsonMapHierarchicalWriter |
|
| JqPlotPlugin |
Annotation to inform the resources used by Chart
|
| JqPlotResources |
Resources of JqPlot aka Plugins.
|
| JqPlotUtils |
Utility class to provide json from Chart object.
|
| LabeledData<T extends Number> |
Data Helper to build Labeled Charts.
|
| LabeledItem<T extends Number> |
LabeledItem's data.
|
| LabeledLineChart<T extends Number> |
Simple implementation of Labeled Line Chart.
|
| Legend |
Legend object.
|
| LegendRenderer |
|
| Line |
Line object.
|
| LineChart<T extends Number> |
Simple implementation of Line Chart.
|
| LinedData<T extends Number> |
Data Helper to build Line Charts.
|
| LineObject |
Container for all line types used with a canvas overlay.
|
| LineSeriesChart<I extends Number,V extends Number> |
Simple implementation of Line Series Chart.
|
| LineSeriesData<I extends Number,V extends Number> |
Data Helper to build Line Series Charts.
|
| LineSeriesItem<I extends Serializable,V extends Serializable> |
LineSeriesItem's data.
|
| Location |
|
| MarkerOptions |
The default jqPlot marker renderer, rendering the points on the line.
|
| MeterData |
Data Helper to build Meter Charts.
|
| MeterGaugeChart |
Simple implementation of Meter Gauge Chart.
|
| NumberData<T extends Number> |
Helper to handle Data Number with generics.
|
| PieChart<T extends Number> |
Simple implementation of Pie Chart.
|
| PieData<T extends Number> |
Data Helper to build Pie Charts.
|
| PieDonutChart<T extends Number> |
Simple implementation of Pie Donut Chart.
|
| PieDonutData<T extends Number> |
Data Helper to build Pie Donut Charts.
|
| PointLabels |
The Class PointLabels.
|
| RendererOptions |
Renderer options.
|
| Serie |
The Class Serie.
|
| SeriesDefaults |
SeriesDafaults
|
| TickOptions |
A 'tick' object showing the value of a tick/gridline on the plot.
|
| Title |
Plot Title object.
|
| TooltipAxes |
|
| Trendline |
TrendLine
|
| VerticalLine |
VerticalLine object.
|
| X2Axis<T extends Serializable> |
which x axis to use with this series, either 'xaxis' or 'x2axis'.
|
| XAxis<T extends Serializable> |
which x axis to use with this series, either 'xaxis' or 'x2axis'.
|
| Y2Axis<T extends Serializable> |
which y axis to use with this series, either 'yaxis' or 'y2axis'.
|
| YAxis<T extends Serializable> |
which y axis to use with this series, either 'yaxis' or 'y2axis'.
|