Uses of Class
VASSAL.build.module.map.Zoomer
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.build.module.map |
Contains classes that may be added to a
Map. |
-
Uses of Zoomer in VASSAL.build.module
Fields in VASSAL.build.module declared as Zoomer Modifier and Type Field Description protected ZoomerMap. zoomMethods in VASSAL.build.module that return Zoomer Modifier and Type Method Description ZoomerMap. getZoomer()A map may include aZoomeras one of its build componentsMethods in VASSAL.build.module with parameters of type Zoomer Modifier and Type Method Description voidMap. setZoomer(Zoomer z)A map may include aZoomeras one of its build components -
Uses of Zoomer in VASSAL.build.module.map
Constructors in VASSAL.build.module.map with parameters of type Zoomer Constructor Description LevelConfigurer(Zoomer z, String key, String name)