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 classprotected static classMethods 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 TypeInterfaceDescriptioninterfaceAnImageOpwhich crops its source.interfaceinterfaceAn abstract representation of an operation which may be applied to an {link Image}.interfaceAnImageOpwhich rotates its source about its center.interfaceAnImageOpwhich both rotates and scales its source.interfaceAnImageOpwhich scales its source.interfaceAnImageOpwhich provides a source.interfaceAnImageOpwhich produces images from SVG.Classes in VASSAL.tools.imageop that implement OpModifier and TypeClassDescriptionclassAn abstract representation of an operation which may be applied to anImage.classThe abstract base class forImageOps which support multiple tiles.classThe abstract base class forImageOps which are a single tile.classAnImageOpwhich crops its source.classAnImageOpwhich scales its source.classAnImageOpwhich scales its source.classclassAnImageOpwhich uses a fixed image as its source.classclassAnImageOpwhich rotates and scales its source.classAnImageOpwhich rotates and scales its source.classAnImageOpwhich scales its source.classAnImageOpwhich scales its source and cobbles scaled tiles from the tile cache.classAnImageOpwhich loads an image from theDataArchive.classAnImageOpwhich loads tiles from the tile cache.classAnImageOpwhich loads an image from theDataArchive.classAnImageOpwhich loads an image from theDataArchive, but produces tiles loaded from the tile cache.classAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.classAnImageOpfor 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 TypeMethodDescriptionvoidRepainter.cancelled(Op<BufferedImage> op, CancellationException e) voidRepainter.failed(Op<BufferedImage> op, ExecutionException e) voidRepainter.interrupted(Op<BufferedImage> op, InterruptedException e) voidRepainter.succeeded(Op<BufferedImage> op, BufferedImage img) -
Uses of Op in VASSAL.tools.opcache
Classes in VASSAL.tools.opcache that implement OpModifier and TypeClassDescriptionclassAn 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 ofOps on which thisOpdepends.Op.getSources()Returns a list ofOps on which thisOpdepends.Methods in VASSAL.tools.opcache with parameters of type OpModifier and TypeMethodDescriptionvoidOpObserver.cancelled(Op<V> op, CancellationException e) Callback which is run when the observedOpis cancelled.voidOpObserver.failed(Op<V> op, ExecutionException e) Callback which is run when the observedOpfails.voidOpObserver.interrupted(Op<V> op, InterruptedException e) Callback which is run when the observedOpis interrupted.voidCallback which is run when the observedOpcompletes successfully.Constructors in VASSAL.tools.opcache with parameters of type Op