Uses of Class
VASSAL.build.module.map.boardPicker.board.mapgrid.Zone
Package | Description |
---|---|
VASSAL.build.module |
Contains classes that may be added to a
GameModule . |
VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board . |
VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid . |
VASSAL.build.module.properties |
-
Uses of Zone in VASSAL.build.module
-
Uses of Zone in VASSAL.build.module.map.boardPicker.board
Fields in VASSAL.build.module.map.boardPicker.board with type parameters of type Zone Modifier and Type Field Description protected List<Zone>
ZonedGrid. zones
Methods in VASSAL.build.module.map.boardPicker.board that return Zone Modifier and Type Method Description Zone
ZonedGrid. findZone(Point p)
Zone
ZonedGrid. findZone(String name)
Methods in VASSAL.build.module.map.boardPicker.board that return types with arguments of type Zone Modifier and Type Method Description Iterator<Zone>
ZonedGrid. getZones()
Methods in VASSAL.build.module.map.boardPicker.board with parameters of type Zone Modifier and Type Method Description void
ZonedGrid. addZone(Zone z)
void
ZonedGrid. removeZone(Zone z)
-
Uses of Zone in VASSAL.build.module.map.boardPicker.board.mapgrid
Constructors in VASSAL.build.module.map.boardPicker.board.mapgrid with parameters of type Zone Constructor Description Editor(Zone zone)
-
Uses of Zone in VASSAL.build.module.properties
Fields in VASSAL.build.module.properties declared as Zone Modifier and Type Field Description protected Zone
ZoneProperty. parentZone