com.androidplot.xy
Class BezierLineAndPointFormatter
java.lang.Object
   com.androidplot.ui.Formatter<XYPlot>
com.androidplot.ui.Formatter<XYPlot>
       com.androidplot.xy.XYSeriesFormatter<XYRegionFormatter>
com.androidplot.xy.XYSeriesFormatter<XYRegionFormatter>
           com.androidplot.xy.LineAndPointFormatter
com.androidplot.xy.LineAndPointFormatter
               com.androidplot.xy.BezierLineAndPointFormatter
com.androidplot.xy.BezierLineAndPointFormatter
- public class BezierLineAndPointFormatter 
- extends LineAndPointFormatter
This is an experimental class and should not currently be used in production apps.
 
 
| Methods inherited from class com.androidplot.xy.LineAndPointFormatter | 
| disableShadows, enableShadows, getFillDirection, getFillPaint, getLinePaint, getPointLabeler, getPointLabelFormatter, getVertexPaint, setFillDirection, setFillPaint, setLinePaint, setPointLabeler, setPointLabelFormatter, setVertexPaint | 
 
 
 
 
BezierLineAndPointFormatter
public BezierLineAndPointFormatter()
- Should only be used in conjunction with calls to configure()...
 
BezierLineAndPointFormatter
public BezierLineAndPointFormatter(Integer lineColor,
                                   Integer vertexColor,
                                   Integer fillColor)
BezierLineAndPointFormatter
public BezierLineAndPointFormatter(Integer lineColor,
                                   Integer vertexColor,
                                   Integer fillColor,
                                   FillDirection fillDir)
getRendererClass
public Class<? extends SeriesRenderer> getRendererClass()
- 
- Overrides:
- getRendererClassin class- LineAndPointFormatter
 
- 
- Returns:
- The Class of SeriesRenderer that should be used.
 
getRendererInstance
public SeriesRenderer getRendererInstance(XYPlot plot)
- Description copied from class: XYSeriesFormatter
- Not completely sure why this is necessary, but if it's not here then
 subclasses are forced to take a Plot instead of an XYPlot as a parameter,
 which in turn breaks the pattern.
 
- 
- Overrides:
- getRendererInstancein class- LineAndPointFormatter
 
- 
- Returns:
- An instance of SeriesRenderer that took plot as an argument to its constructor.
 
Copyright © 2010-2013 androidplot.com. All Rights Reserved.