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 | |
XYGraphWidget.CursorLabelFormatter | |
XYSeries |
Represents a two dimensional series of data represented as xy values.
|
Class | Description |
---|---|
AdvancedLineAndPointRenderer |
This is an experimental (but stable) implementation of an
XYSeriesRenderer that provides instrumentation
allowing advanced behaviors like dynamically coloring / styling individual segments of a series, etc. |
AdvancedLineAndPointRenderer.Formatter |
Formatter designed to work in tandem with
AdvancedLineAndPointRenderer . |
BarFormatter | |
BarRenderer<FormatterType extends BarFormatter> |
Renders the points in an XYSeries as bars.
|
CandlestickFormatter |
Format for drawing a value using
CandlestickRenderer . |
CandlestickMaker |
Helper utility to simplify the creation of of candlestick charts
|
CandlestickRenderer<FormatterType extends CandlestickFormatter> | |
CandlestickSeries | |
CandlestickSeries.Item | |
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 | |
GroupRenderer<FormatterType extends XYSeriesFormatter<XYRegionFormatter>> |
Renders data to an XYPlot that potentially contains more than a single yVal per index.
|
InteractiveXYPlot |
An
XYPlot that supports pan and zoom via touch gestures. |
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.
|
Step |
An immutable object generated by XYStepCalculator representing
a stepping model to be used by an XYPlot.
|
StepFormatter | |
StepModel |
Encapsulates a set of stepping parameters for a single axis.
|
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 | |
XYBounds |
Defines a rectangle using xy min/max values.
|
XYConstraints |
Calculates the min/max constraints for an xy plane.
|
XYCoords |
A pair of x/y coordinates
|
XYGraphWidget |
Displays graphical data (lines, points, etc.) annotated with domain and range tick markers.
|
XYGraphWidget.LineLabelRenderer | |
XYGraphWidget.LineLabelStyle | |
XYLegendWidget |
Displays a legend for each series added to the owning
XYPlot . |
XYPlot |
A View to graphically display x/y coordinates.
|
XYRegionFormatter |
Base class of all XYRegionFormatters.
|
XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> | |
XYSeriesRenderer<SeriesType extends XYSeries,XYFormatterType extends XYSeriesFormatter> |
Base class for all Renderers that render XYSeries data.
|
XYStepCalculator |
Calculates "stepping" values for a plot.
|
YValueMarker |
Enum | Description |
---|---|
Axis | |
BarRenderer.BarRenderStyle | |
BarRenderer.BarWidthStyle | |
BoundaryMode | |
CandlestickFormatter.BodyStyle | |
CatmullRomInterpolator.Type | |
FillDirection |
Defines which edge is used to close a fill path for drawing lines.
|
SimpleXYSeries.ArrayFormat | |
StepMode |
INCREMENTAL_VALUE - (default) draw a tick every n values.
|
XYFramingModel | |
XYGraphWidget.Edge | |
XYPlot.PreviewMode |