Uses of Interface
VASSAL.tools.opcache.Op
Packages that use 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
Classes in VASSAL.build.module.gamepieceimage that implement OpMethods in VASSAL.build.module.gamepieceimage that return types with arguments of type Op -
Uses of Op in VASSAL.build.module.map.boardPicker.board
Classes in VASSAL.build.module.map.boardPicker.board that implement OpMethods in VASSAL.build.module.map.boardPicker.board that return types with arguments of type Op -
Uses of Op in VASSAL.counters
Classes in VASSAL.counters that implement OpModifier and TypeClassDescriptionprotected static class
protected static class
Methods in VASSAL.counters that return types with arguments of type Op -
Uses of Op in VASSAL.tools.imageop
Subinterfaces of Op in VASSAL.tools.imageopModifier 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.Classes in VASSAL.tools.imageop that implement OpModifier 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.Methods in VASSAL.tools.imageop that return types with arguments of type OpModifier 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()
Methods in VASSAL.tools.imageop with parameters of type OpModifier 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
Classes in VASSAL.tools.opcache that implement OpModifier and TypeClassDescriptionclass
An abstract representation of an operation.Fields in VASSAL.tools.opcache declared as OpMethods in VASSAL.tools.opcache that return types with arguments of type OpModifier and TypeMethodDescriptionAbstractOpImpl.getSources()
Returns a list ofOp
s on which thisOp
depends.Op.getSources()
Returns a list ofOp
s on which thisOp
depends.Methods in VASSAL.tools.opcache with parameters of type OpModifier 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.Constructors in VASSAL.tools.opcache with parameters of type Op