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

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

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

Methods in edu.mines.jtk.mosaic that return PointsView.Orientation
 PointsView.Orientation PointsView.getOrientation()
          Gets the orientation of (x1,x2) axes.
static PointsView.Orientation PointsView.Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PointsView.Orientation[] PointsView.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 PointsView.Orientation
 void PointsView.setOrientation(PointsView.Orientation orientation)
          Sets the orientation of (x1,x2) axes.