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

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

public abstract class XYSeriesRenderer<XYFormatterType extends XYSeriesFormatter>
extends SeriesRenderer<XYPlot,XYSeries,XYFormatterType>


Constructor Summary
XYSeriesRenderer(XYPlot plot)
           
 
Method Summary
 Hashtable<XYRegionFormatter,String> getUniqueRegionFormatters()
           
 
Methods inherited from class com.androidplot.ui.SeriesRenderer
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, 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

getUniqueRegionFormatters

public Hashtable<XYRegionFormatter,String> getUniqueRegionFormatters()


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