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

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

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

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

Constructors in edu.mines.jtk.mosaic with parameters of type PlotPanelPixels3.Orientation
PlotPanelPixels3(PlotPanelPixels3.Orientation orientation, PlotPanelPixels3.AxesPlacement axesPlacement, Sampling s1, Sampling s2, Sampling s3, float[][][] f)
          Constructs a plot panel with three pixels views.
PlotPanelPixels3(PlotPanelPixels3.Orientation orientation, PlotPanelPixels3.AxesPlacement axesPlacement, Sampling s1, Sampling s2, Sampling s3, float[][][][] f)
          Constructs a plot panel with three pixels views.
PlotPanelPixels3(PlotPanelPixels3.Orientation orientation, PlotPanelPixels3.AxesPlacement axesPlacement, Sampling s1, Sampling s2, Sampling s3, Float3 f3)
          Constructs a plot panel with three pixels views.
PlotPanelPixels3(PlotPanelPixels3.Orientation orientation, PlotPanelPixels3.AxesPlacement axesPlacement, Sampling s1, Sampling s2, Sampling s3, Float3[] f3)
          Constructs a plot panel with three pixels views.