com.androidplot.xy
Class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter>

java.lang.Object
  extended by com.androidplot.ui.Formatter
      extended by com.androidplot.xy.XYSeriesFormatter<XYRegionFormatterType>
Direct Known Subclasses:
BarFormatter, LineAndPointFormatter

public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter>
extends Formatter


Constructor Summary
XYSeriesFormatter()
           
 
Method Summary
 void addRegion(RectRegion region, XYRegionFormatterType regionFormatter)
           
 XYRegionFormatterType getRegionFormatter(RectRegion region)
           
 ZIndexable<RectRegion> getRegions()
          Can be used to access z-index manipulation methods of ZIndexable.
 void removeRegion(RectRegion region)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYSeriesFormatter

public XYSeriesFormatter()
Method Detail

addRegion

public void addRegion(RectRegion region,
                      XYRegionFormatterType regionFormatter)

removeRegion

public void removeRegion(RectRegion region)

getRegions

public ZIndexable<RectRegion> getRegions()
Can be used to access z-index manipulation methods of ZIndexable.

Returns:

getRegionFormatter

public XYRegionFormatterType getRegionFormatter(RectRegion region)
Parameters:
region -
Returns:


Copyright © 2012. All Rights Reserved.