Uses of Class
edu.mines.jtk.mosaic.ContoursView.Orientation

Packages that use ContoursView.Orientation
edu.mines.jtk.mosaic A system for 2-D graphics. 
 

Uses of ContoursView.Orientation in edu.mines.jtk.mosaic
 

Methods in edu.mines.jtk.mosaic that return ContoursView.Orientation
 ContoursView.Orientation ContoursView.getOrientation()
          Gets the orientation of sample axes.
static ContoursView.Orientation ContoursView.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContoursView.Orientation[] ContoursView.Orientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.mines.jtk.mosaic with parameters of type ContoursView.Orientation
 void ContoursView.setOrientation(ContoursView.Orientation orientation)
          Sets the orientation of sample axes.