com.androidplot.xy
Class BezierLineAndPointFormatter

java.lang.Object
  extended by com.androidplot.ui.Formatter<XYPlot>
      extended by com.androidplot.xy.XYSeriesFormatter<XYRegionFormatter>
          extended by com.androidplot.xy.LineAndPointFormatter
              extended by com.androidplot.xy.BezierLineAndPointFormatter

public class BezierLineAndPointFormatter
extends LineAndPointFormatter


Constructor Summary
BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor)
           
BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, FillDirection fillDir)
           
 
Method Summary
 Class<? extends DataRenderer> getRendererClass()
           
 DataRenderer getRendererInstance(XYPlot plot)
          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.
 
Methods inherited from class com.androidplot.xy.LineAndPointFormatter
disableShadows, enableShadows, getFillDirection, getFillPaint, getLinePaint, getPointLabelFormatter, getVertexPaint, setFillDirection, setFillPaint, setLinePaint, setPointLabelFormatter, setVertexPaint
 
Methods inherited from class com.androidplot.xy.XYSeriesFormatter
addRegion, getRegionFormatter, getRegions, removeRegion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BezierLineAndPointFormatter

public BezierLineAndPointFormatter(Integer lineColor,
                                   Integer vertexColor,
                                   Integer fillColor)

BezierLineAndPointFormatter

public BezierLineAndPointFormatter(Integer lineColor,
                                   Integer vertexColor,
                                   Integer fillColor,
                                   FillDirection fillDir)
Method Detail

getRendererClass

public Class<? extends DataRenderer> getRendererClass()
Overrides:
getRendererClass in class LineAndPointFormatter
Returns:
The Class of DataRenderer that should be used.

getRendererInstance

public DataRenderer 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:
getRendererInstance in class LineAndPointFormatter
Returns:
An instance of DataRenderer that took plot as an argument to its constructor.


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