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 DataArchive
GameModule. archive
Methods in VASSAL.build that return DataArchive Modifier and Type Method Description DataArchive
GameModule. 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 DataArchive
ModuleExtension. 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 DataArchive
Player. createDataArchive()
Methods in VASSAL.launch with parameters of type DataArchive Modifier and Type Method Description protected GameModule
Player. createModule(DataArchive archive)
protected Pair<Integer,Integer>
TilingHandler. findImages(DataArchive archive, FileStore tcache, List<String> multi, List<Pair<String,IOException>> failed)
protected Dimension
TilingHandler. 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 class
ArchiveWriter
An ArchiveWriter is a writeable DataArchive.class
JarArchive
Fields in VASSAL.tools with type parameters of type DataArchive Modifier and Type Field Description protected List<DataArchive>
DataArchive. extensions
Methods in VASSAL.tools with parameters of type DataArchive Modifier and Type Method Description void
DataArchive. 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 DataArchive
SourceOpSVGImpl. archive
The zip file from which the image will be loadedprotected DataArchive
SourceOpBitmapImpl. darch
The 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)