Uses of Class
VASSAL.tools.DataArchive
Packages that use 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
Methods in VASSAL.build that return DataArchiveModifier and TypeMethodDescriptionGameModule.getDataArchive()
VASSAL modules are stored in ".vmod" files, which are actually simple ".zip" files with a unique extension.Constructors in VASSAL.build with parameters of type DataArchive -
Uses of DataArchive in VASSAL.build.module
Methods in VASSAL.build.module that return DataArchiveConstructors in VASSAL.build.module with parameters of type DataArchiveModifierConstructorDescriptionModuleExtension
(DataArchive archive) ModulePlugin
(DataArchive archive) -
Uses of DataArchive in VASSAL.i18n
Constructors in VASSAL.i18n with parameters of type DataArchive -
Uses of DataArchive in VASSAL.launch
Methods in VASSAL.launch that return DataArchiveMethods in VASSAL.launch with parameters of type DataArchiveModifier 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) Constructors in VASSAL.launch with parameters of type DataArchiveModifierConstructorDescriptionBasicModule
(DataArchive archive) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of DataArchive in VASSAL.tools
Subclasses of DataArchive in VASSAL.toolsModifier and TypeClassDescriptionclass
An ArchiveWriter is a writeable DataArchive.class
Fields in VASSAL.tools with type parameters of type DataArchiveMethods in VASSAL.tools with parameters of type DataArchiveModifier and TypeMethodDescriptionvoid
DataArchive.addExtension
(DataArchive ext) DataArchives can extend other archives. -
Uses of DataArchive in VASSAL.tools.imageop
Fields in VASSAL.tools.imageop declared as DataArchiveModifier 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 loadedConstructors in VASSAL.tools.imageop with parameters of type DataArchiveModifierConstructorDescriptionSourceOpBitmapImpl
(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
Constructors in VASSAL.tools.swing with parameters of type DataArchiveModifierConstructorDescription