-
public abstract class XYSeriesRenderer<SeriesType extends XYSeries, XYFormatterType extends XYSeriesFormatter> extends SeriesRenderer<XYPlot, SeriesType, XYFormatterType>
Base class for all Renderers that render XYSeries data.
-
-
Constructor Summary
Constructors Constructor Description XYSeriesRenderer(XYPlot plot)
-
Method Summary
Modifier and Type Method Description Hashtable<XYRegionFormatter, String>
getUniqueRegionFormatters()
TODO: get rid of this method! -
Methods inherited from class com.androidplot.ui.SeriesRenderer
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, getSeriesList, render, setPlot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
XYSeriesRenderer
XYSeriesRenderer(XYPlot plot)
-
-
Method Detail
-
getUniqueRegionFormatters
Hashtable<XYRegionFormatter, String> getUniqueRegionFormatters()
TODO: get rid of this method!
-
-
-
-