Package com.androidplot.xy

Classes for creating XYPlots.

See:
          Description

Interface Summary
PointFormatter Interface used by LineAndPointRenderer to draw a Point onto the display.
 

Class Summary
AxisValueLabelFormatter  
BarFormatter  
BarRenderer Renders a point as a Bar
BezierLineAndPointFormatter  
BezierLineAndPointRenderer WARNING: This is an unfinished class.
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 Default PointFormatter used by LineAndPointRenderer to draw a point's text label onto the display.
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.
XPositionMetric  
XValueMarker  
XYGraphBounds  
XYGraphWidget Displays graphical data annotated with domain and range tick markers.
XYLegendWidget  
XYPlot A View to graphically display x/y coordinates.
XYRegionFormatter Base class of all XYRegionFormatters.
XYRendererFactory All XYRenderers and their formatters need to be registered with this factory to be useable.
XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter>  
XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>  
XYStep An immutable object generated by XYStepCalculator representing a stepping model to be used by an XYPlot.
XYStepCalculator Calculates "stepping" values for a plot.
YPositionMetric  
YValueMarker  
 

Enum Summary
BarRenderer.BarRenderStyle  
BarRenderer.BarWidthStyle  
BoundaryMode  
FillDirection Defines which edge is used to close a fill path for drawing lines.
SimpleXYSeries.ArrayFormat  
ValueMarker.TextOrientation  
XLayoutStyle  
XYAxisType  
XYFramingModel  
XYGraphWidget.XYPlotOrientation Will be used in a future version.
XYStepMode INCREMENTAL_VALUE - (default) draw a tick every n values.
YLayoutStyle  
 

Package com.androidplot.xy Description

Classes for creating XYPlots.



Copyright © 2012. All Rights Reserved.