Uses of Class
com.androidplot.xy.XYPlot

Packages that use XYPlot
com.androidplot.ui.widget   
com.androidplot.xy Classes for creating XYPlots. 
 

Uses of XYPlot in com.androidplot.ui.widget
 

Constructors in com.androidplot.ui.widget with parameters of type XYPlot
DomainLabelWidget(XYPlot plot, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
RangeLabelWidget(XYPlot plot, SizeMetrics sizeMetrics, TextOrientationType orientationType)
           
 

Uses of XYPlot in com.androidplot.xy
 

Methods in com.androidplot.xy with parameters of type XYPlot
static XYStep XYStepCalculator.getStep(XYPlot plot, XYAxisType axisType, android.graphics.RectF rect, java.lang.Number minVal, java.lang.Number maxVal)
          Convenience method - wraps other form of getStep().
 

Constructors in com.androidplot.xy with parameters of type XYPlot
BarRenderer(XYPlot plot)
           
BezierLineAndPointRenderer(XYPlot plot)
           
LineAndPointRenderer(XYPlot plot)
           
StepRenderer(XYPlot plot)
           
XYGraphWidget(XYPlot plot, SizeMetrics sizeMetrics)
           
XYLegendWidget(XYPlot plot, SizeMetrics widgetSizeMetrics, TableModel tableModel, SizeMetrics iconSizeMetrics)
           
XYSeriesRenderer(XYPlot plot)
           
 



Copyright © 2011. All Rights Reserved.