Uses of Class
VASSAL.build.module.map.boardPicker.board.Region
| 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. |
-
Uses of Region in VASSAL.build.module
Methods in VASSAL.build.module that return Region Modifier and Type Method Description RegionMap. findRegion(String name)Search on all boards for a Region with the given name -
Uses of Region in VASSAL.build.module.map.boardPicker.board
Fields in VASSAL.build.module.map.boardPicker.board declared as Region Modifier and Type Field Description protected RegionRegionGrid.Config. lastClickedRegionFields in VASSAL.build.module.map.boardPicker.board with type parameters of type Region Modifier and Type Field Description protected Map<Point,Region>RegionGrid. regionListprotected List<Region>RegionGrid.Config. saveRegionsprotected List<Region>RegionGrid.Config. selectedRegionsMethods in VASSAL.build.module.map.boardPicker.board that return Region Modifier and Type Method Description RegionRegionGrid. findRegion(String name)Return Region by NameRegionRegionGrid. getRegion(Point p)Return Region selected by PointMethods in VASSAL.build.module.map.boardPicker.board with parameters of type Region Modifier and Type Method Description voidRegionGrid. addRegion(Region a)voidRegionGrid. removeRegion(Region a)protected voidRegionGrid.Config. select(Region r)protected voidRegionGrid.Config. unselect(Region r)voidRegionGrid. unSelect(Region r)Constructors in VASSAL.build.module.map.boardPicker.board with parameters of type Region Constructor Description EditRegionAction(Region target, HelpWindow helpWindow, RegionGrid.Config dialogOwner)Region(Region r)