|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GUIHex | |
---|---|
rails.ui.swing | |
rails.ui.swing.hexmap |
Uses of GUIHex in rails.ui.swing |
---|
Methods in rails.ui.swing with parameters of type GUIHex | |
---|---|
void |
ORUIManager.hexClicked(GUIHex clickedHex,
GUIHex selectedHex)
|
protected boolean |
ORUIManager.isUnconnectedTileLayTarget(GUIHex hex)
|
Uses of GUIHex in rails.ui.swing.hexmap |
---|
Fields in rails.ui.swing.hexmap declared as GUIHex | |
---|---|
protected GUIHex |
GUITile.guiHex
|
protected GUIHex[][] |
HexMap.h
|
protected GUIHex |
HexMap.selectedHex
|
Fields in rails.ui.swing.hexmap with type parameters of type GUIHex | |
---|---|
protected java.util.ArrayList<GUIHex> |
HexMap.hexes
|
protected java.util.Map<java.lang.String,GUIHex> |
HexMap.hexesByName
|
Methods in rails.ui.swing.hexmap that return GUIHex | |
---|---|
GUIHex |
HexMap.getHexByName(java.lang.String hexName)
|
(package private) GUIHex |
HexMap.getHexContainingPoint(java.awt.Point point)
|
GUIHex |
HexMap.getSelectedHex()
|
Methods in rails.ui.swing.hexmap with parameters of type GUIHex | |
---|---|
void |
HexMap.selectHex(GUIHex clickedHex)
|
void |
HexMap.setSelectedHex(GUIHex hex)
|
Constructors in rails.ui.swing.hexmap with parameters of type GUIHex | |
---|---|
GUITile(int tileId,
GUIHex guiHex)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |