Uses of Interface
VASSAL.tools.image.ImageTileSource
Package | Description |
---|---|
VASSAL.build |
Provides classes for building Java instances automatically from XML
files.
|
VASSAL.tools.image.tilecache | |
VASSAL.tools.imageop |
-
Uses of ImageTileSource in VASSAL.build
Fields in VASSAL.build declared as ImageTileSource Modifier and Type Field Description protected ImageTileSource
GameModule. tcache
Methods in VASSAL.build that return ImageTileSource Modifier and Type Method Description ImageTileSource
GameModule. getImageTileSource()
-
Uses of ImageTileSource in VASSAL.tools.image.tilecache
Classes in VASSAL.tools.image.tilecache that implement ImageTileSource Modifier and Type Class Description class
ImageTileDiskCache
An on-diskImageTileSource
andFileStore
for image tiles. -
Uses of ImageTileSource in VASSAL.tools.imageop
Fields in VASSAL.tools.imageop declared as ImageTileSource Modifier and Type Field Description protected ImageTileSource
SourceOpDiskCacheBitmapImpl. tileSrc
Constructors in VASSAL.tools.imageop with parameters of type ImageTileSource Constructor Description SourceOpDiskCacheBitmapImpl(String name, int tileX, int tileY, double scale, ImageTileSource tileSrc)