-
public abstract class GroupRenderer<FormatterType extends XYSeriesFormatter<XYRegionFormatter>> extends XYSeriesRenderer<XYSeries, FormatterType>
Renders data to an XYPlot that potentially contains more than a single yVal per index, or in other words data with potentially more than two dimensions. Examples of such data are bar plot groups and candlestick charts.
-
-
Constructor Summary
Constructors Constructor Description GroupRenderer(XYPlot plot)
-
Method Summary
Modifier and Type Method Description abstract void
onRender(Canvas canvas, RectF plotArea, List<SeriesBundle<XYSeries, out FormatterType>> sfList, int size, RenderStack stack)
-
Methods inherited from class com.androidplot.xy.XYSeriesRenderer
getUniqueRegionFormatters
-
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
-
GroupRenderer
GroupRenderer(XYPlot plot)
-
-
Method Detail
-
onRender
abstract void onRender(Canvas canvas, RectF plotArea, List<SeriesBundle<XYSeries, out FormatterType>> sfList, int size, RenderStack stack)
-
-
-
-