Uses of Class
com.androidplot.xy.BoundaryMode

Packages that use BoundaryMode
com.androidplot.xy Classes for creating XYPlots. 
 

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 XYPlotZoomPan.setDomainBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
           
 void XYPlot.setDomainBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlotZoomPan.setDomainBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
           
 void XYPlot.setDomainBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlot.setDomainLowerBoundary(Number boundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlot.setDomainUpperBoundary(Number boundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlotZoomPan.setRangeBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
           
 void XYPlot.setRangeBoundaries(Number lowerBoundary, BoundaryMode lowerBoundaryMode, Number upperBoundary, BoundaryMode upperBoundaryMode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlotZoomPan.setRangeBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
           
 void XYPlot.setRangeBoundaries(Number lowerBoundary, Number upperBoundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlot.setRangeLowerBoundary(Number boundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 void XYPlot.setRangeUpperBoundary(Number boundary, BoundaryMode mode)
          Setup the boundary mode, boundary values only applicable in FIXED mode.
 



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