com.androidplot.xy
Class BarFormatter

java.lang.Object
  extended by com.androidplot.ui.widget.formatter.Formatter
      extended by com.androidplot.xy.XYSeriesFormatter
          extended by com.androidplot.xy.BarFormatter

public class BarFormatter
extends XYSeriesFormatter


Constructor Summary
BarFormatter(int fillColor, int borderColor)
           
 
Method Summary
 android.graphics.Paint getBorderPaint()
           
 android.graphics.Paint getFillPaint()
           
 void setBorderPaint(android.graphics.Paint borderPaint)
           
 void setFillPaint(android.graphics.Paint fillPaint)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarFormatter

public BarFormatter(int fillColor,
                    int borderColor)
Method Detail

getFillPaint

public android.graphics.Paint getFillPaint()

setFillPaint

public void setFillPaint(android.graphics.Paint fillPaint)

getBorderPaint

public android.graphics.Paint getBorderPaint()

setBorderPaint

public void setBorderPaint(android.graphics.Paint borderPaint)


Copyright © 2011. All Rights Reserved.