-
public class FastLineAndPointRenderer extends XYSeriesRenderer<XYSeries, FastLineAndPointRenderer.Formatter>
A faster implementation of of LineAndPointRenderer. For performance reasons, has these constraints: - Interpolation is not supported - Does not draw fill - Does not support null values
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
FastLineAndPointRenderer.Formatter
Formatter designed to work in tandem with AdvancedLineAndPointRenderer.
-
Constructor Summary
Constructors Constructor Description FastLineAndPointRenderer(XYPlot plot)
-
Method Summary
Modifier and Type Method Description -
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
-
FastLineAndPointRenderer
FastLineAndPointRenderer(XYPlot plot)
-
-
-
-