com.androidplot.xy
Class LineAndPointRenderer<FormatterType extends LineAndPointFormatter >
java.lang.Object
com.androidplot.ui.DataRenderer <XYPlot ,XYFormatterType>
com.androidplot.xy.XYSeriesRenderer <FormatterType>
com.androidplot.xy.LineAndPointRenderer<FormatterType>
Direct Known Subclasses: BezierLineAndPointRenderer , StepRenderer
public class LineAndPointRenderer<FormatterType extends LineAndPointFormatter > extends XYSeriesRenderer <FormatterType>
Renders a point as a line with the vertices marked. Requires 2 or more points to
be rendered.
LineAndPointRenderer
public LineAndPointRenderer (XYPlot plot)
onRender
public void onRender (android.graphics.Canvas canvas,
android.graphics.RectF plotArea)
throws PlotRenderException
Specified by: onRender in class DataRenderer <XYPlot ,FormatterType extends LineAndPointFormatter >
Throws:
PlotRenderException
doDrawLegendIcon
public void doDrawLegendIcon (android.graphics.Canvas canvas,
android.graphics.RectF rect,
LineAndPointFormatter formatter)
Description copied from class: DataRenderer
Draw the legend icon in the rect passed in.
getPointLabeler
public PointLabeler getPointLabeler ()
setPointLabeler
public void setPointLabeler (PointLabeler pointLabeler)
Copyright © 2010-2013 androidplot.com . All Rights Reserved.