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 Region
Map. 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 Region
RegionGrid.Config. lastClickedRegion
Fields in VASSAL.build.module.map.boardPicker.board with type parameters of type Region Modifier and Type Field Description protected Map<Point,Region>
RegionGrid. regionList
protected List<Region>
RegionGrid.Config. saveRegions
protected List<Region>
RegionGrid.Config. selectedRegions
Methods in VASSAL.build.module.map.boardPicker.board that return Region Modifier and Type Method Description Region
RegionGrid. findRegion(String name)
Return Region by NameRegion
RegionGrid. 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 void
RegionGrid. addRegion(Region a)
void
RegionGrid. removeRegion(Region a)
protected void
RegionGrid.Config. select(Region r)
protected void
RegionGrid.Config. unselect(Region r)
void
RegionGrid. 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)