Interface | Description |
---|---|
PlotListener |
Defines methods used for monitoring events generated by a Plot.
|
Series |
Base interface for all Series implementations
|
Class | Description |
---|---|
LineRegion |
A one dimensional region represented by a starting and ending value.
|
Plot<SeriesType extends Series,FormatterType extends Formatter,RendererType extends SeriesRenderer> |
Base class for all Plot implementations.
|
Enum | Description |
---|---|
Plot.BorderStyle | |
Plot.RenderMode |
The RenderMode used by a Plot to draw it's self onto the screen.
|