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 Zoomer
Map. zoom
Methods in VASSAL.build.module that return Zoomer Modifier and Type Method Description Zoomer
Map. getZoomer()
A map may include aZoomer
as one of its build componentsMethods in VASSAL.build.module with parameters of type Zoomer Modifier and Type Method Description void
Map. setZoomer(Zoomer z)
A map may include aZoomer
as 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)