| Interface | Description |
|---|---|
| AxisRange |
Determines the value range to be displayed on a given axis.
|
| AxisRangeInstance |
A stateful object that computes the value range for a particular graph.
|
| Cell1DDataset |
Dataset consisting of a value for each cell of a 1D grid.
|
| Cell2DDataset |
Dataset consisting of a value for each cell of a 1D grid.
|
| Cell2DDatasets.Function2D | |
| LabelColorScheme | |
| NumberColorMap |
A function that associates a numeric value with an RBG color.
|
| NumberColorMapInstance |
An instance of a
NumberColorMap that associates a numeric value
to an RGB color. |
| Point1DDataset |
A dataset consisting on a set of 1D points.
|
| Point2DDataset |
A dataset consisting of a set of 2D points.
|
| Point3DWithLabelDataset | |
| ProcessValue | |
| TimeAxisRange | |
| TimeScale |
The scale to be used to create axis references and rescale time.
|
| TimeSeriesDataset | |
| ValueScale |
The scale to be used to create axis references and rescale values.
|
| Class | Description |
|---|---|
| AreaGraph2DRenderer | |
| AreaGraph2DRendererUpdate |
A set of parameters that can be applied to a
AreaGraph2DRenderer
to update it's settings. |
| AxisRanges |
Standard implementation for the logic to calculate the data range to
be displayed in a graph.
|
| AxisRanges.Auto |
An AxisRange with Auto value range.
|
| AxisRanges.Data |
An AxisRange with Fixed value range.
|
| AxisRanges.Display |
An AxisRange with Display value range.
|
| AxisRanges.Fixed |
An AxisRange with Fixed value range.
|
| BubbleGraph2DRenderer | |
| BubbleGraph2DRendererUpdate |
A set of parameters that can be applied to a
BubbleGraph2DRendererUpdate
to update its settings. |
| Cell1DDatasets |
Factory methods for wrapper datasets.
|
| Cell2DDatasets |
Factory methods for wrapper datasets.
|
| FontUtil | |
| Graph2DRenderer<T extends Graph2DRendererUpdate> |
The base class for all graph renderers.
|
| Graph2DRendererUpdate<T extends Graph2DRendererUpdate<T>> |
A set of changes to be applied to a
Graph2DRenderer. |
| GraphBuffer |
Provides low level drawing operations, at the right granularity to perform
them efficiently, but without performing any high level decisions (e.g.
|
| IntensityGraph2DRenderer |
A renderer for intensity graph (also known as heat graph), which visualizes
the value of a 2D field using a color map.
|
| IntensityGraph2DRendererUpdate |
A set of parameters that can be applied to a
IntensityGraph2DRenderer
to update its settings. |
| Iterators | |
| Java2DStringUtilities | |
| LabelColorSchemes | |
| LineGraph2DRenderer |
Renderer for a line graph.
|
| LineGraph2DRendererUpdate | |
| LineTimeGraph2DRenderer |
Renderer for a line graph.
|
| LineTimeGraph2DRendererUpdate | |
| MathIgnoreNaN | |
| MathUtil | |
| MultiAxisLineGraph2DRenderer |
Renderer for a line graph with multiple y axes.
|
| MultiAxisLineGraph2DRendererUpdate | |
| NumberColorMaps |
Factory and registry class for
NumberColorMaps. |
| Point1DDatasets |
Factory methods for wrapper datasets.
|
| Point2DDatasets | |
| Point3DWithLabelDatasets | |
| ScatterGraph2DRenderer | |
| ScatterGraph2DRendererUpdate | |
| SparklineGraph2DRenderer |
Creates a renderer that is capable of drawing a sparkline graph.
|
| SparklineGraph2DRendererUpdate |
A set of parameters that can be applied to a
SparklineGraph2DRenderer
to update it's settings. |
| TemporalGraph2DRenderer<T extends TemporalGraph2DRendererUpdate> |
The base class for all graph renderers.
|
| TemporalGraph2DRendererUpdate<T extends TemporalGraph2DRendererUpdate<T>> | |
| TimeAxis | |
| TimeAxisRanges | |
| TimeScales | |
| TimeSeriesDatasets | |
| ValueAxis | |
| ValueScales |
The
ValueScales class is useful to create
different types of ValueScales. |
| Enum | Description |
|---|---|
| InterpolationScheme | |
| Java2DStringUtilities.Alignment |
How a string will be drawn, in relation to the given center pixel.
|
| ReductionScheme |
Copyright © 2015. All rights reserved.