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

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

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


Constructor Summary
XYSeriesRenderer(XYPlot plot)
           
 
Method Summary
 Hashtable<XYRegionFormatter,String> getUniqueRegionFormatters()
           
 void render(android.graphics.Canvas canvas, android.graphics.RectF plotArea)
           
 
Methods inherited from class com.androidplot.ui.DataRenderer
drawRegionLegendIcon, drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, onRender, 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

getUniqueRegionFormatters

public Hashtable<XYRegionFormatter,String> getUniqueRegionFormatters()

render

public void render(android.graphics.Canvas canvas,
                   android.graphics.RectF plotArea)
            throws PlotRenderException
Overrides:
render in class DataRenderer<XYPlot,XYFormatterType extends XYSeriesFormatter>
Throws:
PlotRenderException


Copyright © 2010-2013 androidplot.com. All Rights Reserved.