|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDirection | |
jtge.util.grid | Handling of any kind of grid system. |
jtge.util.grid.direction | Describes builders used to access drawing related information. |
jtge.util.grid.directiongroup | Provides various direction groups strategies. |
Uses of IDirection in jtge.util.grid |
Methods in jtge.util.grid with parameters of type IDirection | |
Coordinate |
IGrid.getAdjacent(Coordinate coordinate,
IDirection direction)
returns the adjacent Coordinate given a Coordinate center and a Direction. |
Coordinate |
Grid.getAdjacent(Coordinate coordinate,
IDirection direction)
returns the adjacent Coordinate given a Coordinate center and a Direction. Coordinate returned are always valid, an CoordinateOutOfBoundException is thrown if you asked for an impossible coordinate. |
Uses of IDirection in jtge.util.grid.direction |
Classes in jtge.util.grid.direction that implement IDirection | |
class |
Direction
Provides direction common behaviours. |
class |
East
Implements the east direction. |
class |
North
Implements the north direction. |
class |
NorthEast
Implements the north east direction. |
class |
NorthWest
Implements the north west direction. |
class |
South
Implements the south direction. |
class |
SouthEast
Implements the south east direction. |
class |
SouthWest
Implements the south west direction. |
class |
West
Implements the west direction. |
Uses of IDirection in jtge.util.grid.directiongroup |
Methods in jtge.util.grid.directiongroup with parameters of type IDirection | |
protected void |
AbstractDirectionGroup.add(IDirection direction)
Add a direction to the group. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |