Uses of Interface
VASSAL.tools.opcache.Op
Package
Description
Contains classes that may be added to a
Board
.Provides classes that define game pieces.
-
Uses of Op in VASSAL.build.module.gamepieceimage
-
Uses of Op in VASSAL.build.module.map.boardPicker.board
-
Uses of Op in VASSAL.counters
Modifier and TypeClassDescriptionprotected static class
protected static class
-
Uses of Op in VASSAL.tools.imageop
Modifier and TypeInterfaceDescriptioninterface
AnImageOp
which crops its source.interface
interface
An abstract representation of an operation which may be applied to an {link Image}.interface
AnImageOp
which rotates its source about its center.interface
AnImageOp
which both rotates and scales its source.interface
AnImageOp
which scales its source.interface
AnImageOp
which provides a source.interface
AnImageOp
which produces images from SVG.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.Modifier and TypeMethodDescriptionCropOpBitmapImpl.getSources()
FixedScaleOpBitmapImpl.getSources()
GamePieceOpImpl.getSources()
ImageSourceOpBitmapImpl.getSources()
OrthoRotateOpBitmapImpl.getSources()
RotateScaleOpBitmapImpl.getSources()
RotateScaleOpSVGImpl.getSources()
ScaleOpBitmapImpl.getSources()
SourceOpBitmapImpl.getSources()
SourceOpDiskCacheBitmapImpl.getSources()
SourceOpSVGImpl.getSources()
SourceTileOpBitmapImpl.getSources()
SourceTileOpSVGImpl.getSources()
Modifier and TypeMethodDescriptionvoid
Repainter.cancelled
(Op<BufferedImage> op, CancellationException e) void
Repainter.failed
(Op<BufferedImage> op, ExecutionException e) void
Repainter.interrupted
(Op<BufferedImage> op, InterruptedException e) void
Repainter.succeeded
(Op<BufferedImage> op, BufferedImage img) -
Uses of Op in VASSAL.tools.opcache
Modifier and TypeClassDescriptionclass
An abstract representation of an operation.Modifier and TypeMethodDescriptionAbstractOpImpl.getSources()
Returns a list ofOp
s on which thisOp
depends.Op.getSources()
Returns a list ofOp
s on which thisOp
depends.Modifier and TypeMethodDescriptionvoid
OpObserver.cancelled
(Op<V> op, CancellationException e) Callback which is run when the observedOp
is cancelled.void
OpObserver.failed
(Op<V> op, ExecutionException e) Callback which is run when the observedOp
fails.void
OpObserver.interrupted
(Op<V> op, InterruptedException e) Callback which is run when the observedOp
is interrupted.void
Callback which is run when the observedOp
completes successfully.