Uses of Class
VASSAL.tools.opcache.AbstractOpImpl
Package
Description
Contains classes that may be added to a
Board
.Provides classes that define game pieces.
-
Uses of AbstractOpImpl in VASSAL.build.module.gamepieceimage
-
Uses of AbstractOpImpl in VASSAL.build.module.map.boardPicker.board
-
Uses of AbstractOpImpl in VASSAL.counters
Modifier and TypeClassDescriptionprotected static class
protected static class
-
Uses of AbstractOpImpl in VASSAL.tools.imageop
Modifier and TypeClassDescriptionclass
An abstract representation of an operation which may be applied to anImage
.class
The abstract base class forImageOp
s which support multiple tiles.class
The abstract base class forImageOp
s which are a single tile.class
AnImageOp
which crops its source.class
AnImageOp
which scales its source.class
AnImageOp
which scales its source.class
class
AnImageOp
which uses a fixed image as its source.class
class
AnImageOp
which rotates and scales its source.class
AnImageOp
which rotates and scales its source.class
AnImageOp
which scales its source.class
AnImageOp
which scales its source and cobbles scaled tiles from the tile cache.class
AnImageOp
which loads an image from theDataArchive
.class
AnImageOp
which loads tiles from the tile cache.class
AnImageOp
which loads an image from theDataArchive
.class
AnImageOp
which loads an image from theDataArchive
, but produces tiles loaded from the tile cache.class
AnImageOp
for producing tiles directly from a source, without cobbling tiles from the source.class
AnImageOp
for producing tiles directly from a source, without cobbling tiles from the source.