com.androidplot.xy
Class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>

java.lang.Object
  extended by com.androidplot.ui.widget.renderer.DataRenderer<XYPlot,XYFormatterType>
      extended by com.androidplot.xy.XYSeriesRenderer<XYFormatterType>
Direct Known Subclasses:
LineAndPointRenderer

public abstract class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>
extends DataRenderer<XYPlot,XYFormatterType>


Constructor Summary
XYSeriesRenderer(XYPlot plot)
           
 
Method Summary
 double getMaxX()
           
 double getMaxY()
           
 double getMinX()
           
 double getMinY()
           
 void recalculateMinMaxVals()
           
 void setMaxX(double maxX)
           
 void setMaxY(double maxY)
           
 void setMinX(double minX)
           
 void setMinY(double minY)
           
 
Methods inherited from class com.androidplot.ui.widget.renderer.DataRenderer
getFormatter, getPlot, onRender, render, setPlot
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYSeriesRenderer

public XYSeriesRenderer(XYPlot plot)
Method Detail

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.