Uses of Class
uk.co.keang.hex.gui.HexLayout.HexLayoutStyle

Packages that use HexLayout.HexLayoutStyle
uk.co.keang.hex.gui   
 

Uses of HexLayout.HexLayoutStyle in uk.co.keang.hex.gui
 

Methods in uk.co.keang.hex.gui that return HexLayout.HexLayoutStyle
static HexLayout.HexLayoutStyle HexLayout.HexLayoutStyle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HexLayout.HexLayoutStyle[] HexLayout.HexLayoutStyle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in uk.co.keang.hex.gui with parameters of type HexLayout.HexLayoutStyle
HexLayout(int nComps, int nLines, int hgap, HexBtnUtilities.HexOrientation o, HexLayout.HexLayoutStyle style)
          Creates an offset hex layout with the specified number of lines and components per line.