Uses of Class
edu.nrao.sss.model.project.scan.TippingOrder

Packages that use TippingOrder
edu.nrao.sss.model.project.scan Scan object model. 
 

Uses of TippingOrder in edu.nrao.sss.model.project.scan
 

Methods in edu.nrao.sss.model.project.scan that return TippingOrder
static TippingOrder TippingOrder.fromString(String text)
          Returns the tipping order represented by text.
static TippingOrder TippingOrder.getDefault()
          Returns the default tipping direction.
 TippingOrder TippingScan.getOrder()
          Returns the order (low-to-high or high-to-low) in which the tipping is performed.
 TippingOrder TippingOrder.getReverseOrder()
          Returns the tipping order that represents the reverse direction from this one.
static TippingOrder TippingOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TippingOrder[] TippingOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.nrao.sss.model.project.scan with parameters of type TippingOrder
 void TippingScan.setOrder(TippingOrder newOrder)
          Sets the tipping order to either low-to-high or high-to-low.
 



Copyright © 2009. All Rights Reserved.