|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XYPlot | |
|---|---|
| com.androidplot.xy | Classes for creating XYPlots. |
| Uses of XYPlot in com.androidplot.xy |
|---|
| Subclasses of XYPlot in com.androidplot.xy | |
|---|---|
class |
XYPlotZoomPan
|
| Methods in com.androidplot.xy with parameters of type XYPlot | |
|---|---|
SeriesRenderer |
StepFormatter.getRendererInstance(XYPlot plot)
|
SeriesRenderer |
BarFormatter.getRendererInstance(XYPlot plot)
|
abstract SeriesRenderer |
XYSeriesFormatter.getRendererInstance(XYPlot plot)
Not completely sure why this is necessary, but if it's not here then subclasses are forced to take a Plot instead of an XYPlot as a parameter, which in turn breaks the pattern. |
SeriesRenderer |
BezierLineAndPointFormatter.getRendererInstance(XYPlot plot)
|
SeriesRenderer |
LineAndPointFormatter.getRendererInstance(XYPlot plot)
|
static XYStep |
XYStepCalculator.getStep(XYPlot plot,
XYAxisType axisType,
android.graphics.RectF rect,
Number minVal,
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(LayoutManager layoutManager,
XYPlot plot,
SizeMetrics sizeMetrics)
|
|
XYLegendWidget(LayoutManager layoutManager,
XYPlot plot,
SizeMetrics widgetSizeMetrics,
TableModel tableModel,
SizeMetrics iconSizeMetrics)
|
|
XYSeriesRenderer(XYPlot plot)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||