Uses of Class
edu.mines.jtk.mosaic.GridView.Style

Packages that use GridView.Style
edu.mines.jtk.mosaic A system for 2-D graphics. 
 

Uses of GridView.Style in edu.mines.jtk.mosaic
 

Methods in edu.mines.jtk.mosaic that return GridView.Style
static GridView.Style GridView.Style.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GridView.Style[] GridView.Style.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 GridView.Style
 void GridView.setStyle(GridView.Style style)
          Sets the grid style.
 

Constructors in edu.mines.jtk.mosaic with parameters of type GridView.Style
GridView(GridView.Horizontal horizontal, GridView.Vertical vertical, java.awt.Color color, GridView.Style style)
          Constructs a grid view with specified types, style, and color.
GridView(GridView.Style style)
          Constructs a grid view with specified style.