Uses of Class
adapter.HexagonAdapter
-
Packages that use HexagonAdapter Package Description adapter commands controller dialogs strategy -
-
Uses of HexagonAdapter in adapter
Methods in adapter that return HexagonAdapter Modifier and Type Method Description HexagonAdapter
HexagonAdapter. clone()
Make new instance of this class. -
Uses of HexagonAdapter in commands
Fields in commands declared as HexagonAdapter Modifier and Type Field Description private HexagonAdapter
CmdUpdateHexagon. newState
private HexagonAdapter
CmdUpdateHexagon. oldState
private HexagonAdapter
CmdUpdateHexagon. originalState
Constructors in commands with parameters of type HexagonAdapter Constructor Description CmdUpdateHexagon(HexagonAdapter oldState, HexagonAdapter newState)
-
Uses of HexagonAdapter in controller
Methods in controller with parameters of type HexagonAdapter Modifier and Type Method Description void
DrawingController. btnUpdateHexagonClicked(HexagonAdapter oldHexagon)
Method is called when user want to update some existingHexagonAdapter
on a draw. -
Uses of HexagonAdapter in dialogs
Methods in dialogs with parameters of type HexagonAdapter Modifier and Type Method Description void
DlgHexagon. fillUp(HexagonAdapter hexagon, int drawWidth, int drawHeight)
Fill up fields with parameters ofHexagonAdapter
that user want to update. -
Uses of HexagonAdapter in strategy
Methods in strategy that return HexagonAdapter Modifier and Type Method Description private HexagonAdapter
FileLog. parseHexagon(java.lang.String string)
Method that parseHexagonAdapter
from log file.
-