Uses of Class
uk.co.keang.hex.gui.HexBtnUtilities.HexOrientation

Packages that use HexBtnUtilities.HexOrientation
uk.co.keang.hex.gui   
 

Uses of HexBtnUtilities.HexOrientation in uk.co.keang.hex.gui
 

Methods in uk.co.keang.hex.gui that return HexBtnUtilities.HexOrientation
 HexBtnUtilities.HexOrientation HexToggleButton.getOrientation()
          Gets the orientation of the hexagon shape.
 HexBtnUtilities.HexOrientation HexButton.getOrientation()
          Gets the orientation of the hexagon shape.
static HexBtnUtilities.HexOrientation HexBtnUtilities.HexOrientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HexBtnUtilities.HexOrientation[] HexBtnUtilities.HexOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uk.co.keang.hex.gui with parameters of type HexBtnUtilities.HexOrientation
(package private) static java.awt.Polygon HexBtnUtilities.getHexagon(HexBtnUtilities.HexOrientation orientation, int originX, int originY, int w, int h)
          Creates a hexagon based on the given orientation, origin and size
 void IHexagonal.setOrientation(HexBtnUtilities.HexOrientation o)
          Sets the orientation of the hexagon shape.
 void HexToggleButton.setOrientation(HexBtnUtilities.HexOrientation o)
          Sets the orientation of the hexagon shape.
 void HexButton.setOrientation(HexBtnUtilities.HexOrientation o)
          Sets the orientation of the hexagon shape.
 

Constructors in uk.co.keang.hex.gui with parameters of type HexBtnUtilities.HexOrientation
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.