Uses of Class
com.androidplot.xy.BoundaryMode

Packages that use BoundaryMode
com.androidplot.xy   
 

Uses of BoundaryMode in com.androidplot.xy
 

Methods in com.androidplot.xy that return BoundaryMode
static BoundaryMode BoundaryMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BoundaryMode[] BoundaryMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.androidplot.xy with parameters of type BoundaryMode
 void XYPlot.centerOnDomainOrigin(Number origin, Number extent, BoundaryMode mode)
          Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent.
 void XYPlot.centerOnRangeOrigin(Number origin, Number extent, BoundaryMode mode)
          Centers the domain on origin, calculating the upper and lower boundaries of the axis using mode and extent.
 void XYPlot.setDomainBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
           
 void XYPlot.setDomainBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
           
 void XYPlot.setDomainLowerBoundary(Number boundary, BoundaryMode mode)
           
 void XYPlot.setDomainUpperBoundary(Number boundary, BoundaryMode mode)
           
 void XYPlot.setDomainUpperBoundaryMode(BoundaryMode mode)
           
 void XYPlot.setRangeBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
           
 void XYPlot.setRangeBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
           
 void XYPlot.setRangeLowerBoundary(Number boundary, BoundaryMode mode)
           
 void XYPlot.setRangeUpperBoundary(Number boundary, BoundaryMode mode)
           
 



Copyright © 2011. All Rights Reserved.