Uses of Class
VASSAL.tools.DataArchive
| Package | Description |
|---|---|
| VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
| VASSAL.launch | |
| VASSAL.tools |
Contains various utility classes.
|
| VASSAL.tools.imageop | |
| VASSAL.tools.swing |
-
Uses of DataArchive in VASSAL.build
Fields in VASSAL.build declared as DataArchive Modifier and Type Field Description protected DataArchiveGameModule. archiveMethods in VASSAL.build that return DataArchive Modifier and Type Method Description DataArchiveGameModule. getDataArchive()Constructors in VASSAL.build with parameters of type DataArchive Constructor Description GameModule(DataArchive archive) -
Uses of DataArchive in VASSAL.build.module
Methods in VASSAL.build.module that return DataArchive Modifier and Type Method Description DataArchiveModuleExtension. getDataArchive()Constructors in VASSAL.build.module with parameters of type DataArchive Constructor Description ModuleExtension(DataArchive archive)ModulePlugin(DataArchive archive) -
Uses of DataArchive in VASSAL.launch
Methods in VASSAL.launch that return DataArchive Modifier and Type Method Description protected DataArchivePlayer. createDataArchive()Methods in VASSAL.launch with parameters of type DataArchive Modifier and Type Method Description protected GameModulePlayer. createModule(DataArchive archive)protected Pair<Integer,Integer>TilingHandler. findImages(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String,IOException>> failed)protected DimensionTilingHandler. getImageSize(DataArchive archive, String ipath)Constructors in VASSAL.launch with parameters of type DataArchive Constructor Description BasicModule(DataArchive archive) -
Uses of DataArchive in VASSAL.tools
Subclasses of DataArchive in VASSAL.tools Modifier and Type Class Description classArchiveWriterAn ArchiveWriter is a writeable DataArchive.classJarArchiveFields in VASSAL.tools with type parameters of type DataArchive Modifier and Type Field Description protected List<DataArchive>DataArchive. extensionsMethods in VASSAL.tools with parameters of type DataArchive Modifier and Type Method Description voidDataArchive. addExtension(DataArchive ext)DataArchives can extend other archives. -
Uses of DataArchive in VASSAL.tools.imageop
Fields in VASSAL.tools.imageop declared as DataArchive Modifier and Type Field Description protected DataArchiveSourceOpSVGImpl. archiveThe zip file from which the image will be loadedprotected DataArchiveSourceOpBitmapImpl. darchThe archive file from which the image will be loadedConstructors in VASSAL.tools.imageop with parameters of type DataArchive Constructor Description SourceOpBitmapImpl(String name, DataArchive archive)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 DataArchive Constructor Description DataArchiveHTMLEditorKit(DataArchive arch)