Uses of Class
VASSAL.tools.DataArchive
Package
Description
Provides classes for building Java instances automatically from XML
files.
Contains classes that may be added to a
GameModule
.Contains various utility classes.
-
Uses of DataArchive in VASSAL.build
Modifier and TypeMethodDescriptionGameModule.getDataArchive()
VASSAL modules are stored in ".vmod" files, which are actually simple ".zip" files with a unique extension. -
Uses of DataArchive in VASSAL.build.module
ModifierConstructorDescriptionModuleExtension
(DataArchive archive) ModulePlugin
(DataArchive archive) -
Uses of DataArchive in VASSAL.i18n
-
Uses of DataArchive in VASSAL.launch
Modifier and TypeMethodDescriptionprotected GameModule
Player.createModule
(DataArchive archive) TilingHandler.findImages
(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String, IOException>> failed) TilingHandler.getImagePaths
(DataArchive archive) protected Dimension
TilingHandler.getImageSize
(DataArchive archive, String ipath) ModifierConstructorDescriptionBasicModule
(DataArchive archive) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataArchive in VASSAL.tools
Modifier and TypeClassDescriptionclass
An ArchiveWriter is a writeable DataArchive.class
Modifier and TypeMethodDescriptionvoid
DataArchive.addExtension
(DataArchive ext) DataArchives can extend other archives. -
Uses of DataArchive in VASSAL.tools.imageop
Modifier and TypeFieldDescriptionprotected final DataArchive
SourceOpSVGImpl.archive
The zip file from which the image will be loadedprotected final DataArchive
SourceOpBitmapImpl.darch
The archive file from which the image will be loadedModifierConstructorDescriptionSourceOpBitmapImpl
(String name, DataArchive archive) protected
SourceOpBitmapImpl
(String name, DataArchive da, FileArchive fa) SourceOpSVGImpl
(String name, DataArchive archive) SourceOpTiledBitmapImpl
(String name, DataArchive archive) -
Uses of DataArchive in VASSAL.tools.swing
ModifierConstructorDescription