com.androidplot.xy
Class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>
java.lang.Object
com.androidplot.ui.widget.renderer.DataRenderer<XYPlot,XYFormatterType>
com.androidplot.xy.XYSeriesRenderer<XYFormatterType>
- Direct Known Subclasses:
- LineAndPointRenderer
public abstract class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>
- extends DataRenderer<XYPlot,XYFormatterType>
XYSeriesRenderer
public XYSeriesRenderer(XYPlot plot)
recalculateMinMaxVals
public void recalculateMinMaxVals()
getMinX
public double getMinX()
- Returns:
- true if the renderer contains the series
setMinX
public void setMinX(double minX)
getMinY
public double getMinY()
setMinY
public void setMinY(double minY)
getMaxX
public double getMaxX()
setMaxX
public void setMaxX(double maxX)
getMaxY
public double getMaxY()
setMaxY
public void setMaxY(double maxY)
Copyright © 2011. All Rights Reserved.