com.androidplot.xy
Class XYRegionFormatter

java.lang.Object
  extended by com.androidplot.xy.XYRegionFormatter

public class XYRegionFormatter
extends java.lang.Object

Base class of all XYRegionFormatters.


Constructor Summary
XYRegionFormatter(int color)
           
 
Method Summary
 int getColor()
           
 android.graphics.Paint getPaint()
          Advanced users can use this method to access the Paint instance to add transparency etc.
 void setColor(int color)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYRegionFormatter

public XYRegionFormatter(int color)
Method Detail

getColor

public int getColor()

setColor

public void setColor(int color)

getPaint

public android.graphics.Paint getPaint()
Advanced users can use this method to access the Paint instance to add transparency etc.

Returns:


Copyright © 2012. All Rights Reserved.