| Interface | Description |
|---|---|
| InterpolationParams<InterpolatorType extends Interpolator> |
Created by nick_f on 9/25/14.
|
| Interpolator<ParamsType extends InterpolationParams> |
Created by nick_f on 9/25/14.
|
| PointLabeler | |
| XYSeries |
Represents a two dimensional series of data represented as xy values.
|
| Class | Description |
|---|---|
| AxisValueLabelFormatter | |
| BarFormatter | |
| BarRenderer<FormatterType extends BarFormatter> |
Renders the points in an XYSeries as bars.
|
| CatmullRomInterpolator |
A primitive implementation of Catmull-Rom interpolation, based on the information found at:
http://stackoverflow.com/questions/9489736/catmull-rom-curve-with-no-cusps-and-no-self-intersections/19283471#19283471
|
| CatmullRomInterpolator.Params | |
| LineAndPointFormatter |
Defines the visual aesthetics of an XYSeries; outline color and width, fill style,
vertex size and color, shadowing, etc.
|
| LineAndPointRenderer<FormatterType extends LineAndPointFormatter> |
Renders a point as a line with the vertices marked.
|
| PointLabelFormatter | |
| RectRegion |
RectRegion is just a rectangle with additional methods for determining
intersections with other RectRegion instances.
|
| SimpleXYSeries |
A convenience class used to create instances of XYPlot generated from Lists of Numbers.
|
| StepFormatter | |
| StepRenderer |
Renders a point as a line with the vertices marked.
|
| ValueMarker<PositionMetricType extends PositionMetric> |
Encapsulates a single axis line marker drawn onto an XYPlot at a specified value.
|
| XValueMarker | |
| XY |
A pair of x/y coordinates
|
| XYGraphBounds | |
| XYGraphWidget |
Displays graphical data (lines, points, etc.) annotated with domain and range tick markers.
|
| XYLegendWidget | |
| XYPlot |
A View to graphically display x/y coordinates.
|
| XYPlotZoomPan | |
| XYRegionFormatter |
Base class of all XYRegionFormatters.
|
| XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> | |
| XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter> |
Base class for all Renderers that render XYSeries data.
|
| XYStep |
An immutable object generated by XYStepCalculator representing
a stepping model to be used by an XYPlot.
|
| XYStepCalculator |
Calculates "stepping" values for a plot.
|
| XYStepModel |
Encapsulates a set of stepping parameters for a single axis.
|
| YValueMarker |
| Enum | Description |
|---|---|
| BarRenderer.BarRenderStyle | |
| BarRenderer.BarWidthStyle | |
| BoundaryMode | |
| CatmullRomInterpolator.Type | |
| FillDirection |
Defines which edge is used to close a fill path for drawing lines.
|
| SimpleXYSeries.ArrayFormat | |
| ValueMarker.TextOrientation | |
| XYAxisType | |
| XYFramingModel | |
| XYStepMode |
INCREMENTAL_VALUE - (default) draw a tick every n values.
|