com.androidplot.xy
Class BezierLineAndPointRenderer

java.lang.Object
  extended by com.androidplot.ui.SeriesRenderer<XYPlot,XYSeries,XYFormatterType>
      extended by com.androidplot.xy.XYSeriesRenderer<FormatterType>
          extended by com.androidplot.xy.LineAndPointRenderer<BezierLineAndPointFormatter>
              extended by com.androidplot.xy.BezierLineAndPointRenderer

public class BezierLineAndPointRenderer
extends LineAndPointRenderer<BezierLineAndPointFormatter>

WARNING: This is an unfinished class. Series drawn by this implementation may look nice but they are not yet accurate representations of the control points from which they are derived.


Constructor Summary
BezierLineAndPointRenderer(XYPlot plot)
           
 
Method Summary
 
Methods inherited from class com.androidplot.xy.LineAndPointRenderer
doDrawLegendIcon, onRender
 
Methods inherited from class com.androidplot.xy.XYSeriesRenderer
getUniqueRegionFormatters
 
Methods inherited from class com.androidplot.ui.SeriesRenderer
drawSeriesLegendIcon, getFormatter, getPlot, getSeriesAndFormatterList, render, setPlot
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BezierLineAndPointRenderer

public BezierLineAndPointRenderer(XYPlot plot)


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