Uses of Package
VASSAL.tools.imageop
Package | Description |
---|---|
VASSAL.build.module.documentation |
Contains classes that may be added to a
Documentation . |
VASSAL.build.module.gamepieceimage | |
VASSAL.build.module.map |
Contains classes that may be added to a
Map . |
VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker . |
VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board . |
VASSAL.build.module.map.boardPicker.board.mapgrid |
Contains classes that may be added to a
MapGrid . |
VASSAL.build.widget |
Contains classes that can be added to a
Widget . |
VASSAL.counters |
Provides classes that define game pieces.
|
VASSAL.tools.icon | |
VASSAL.tools.imageop |
-
Classes in VASSAL.tools.imageop used by VASSAL.build.module.documentation Class Description ImageOp An abstract representation of an operation which may be applied to anImage
. -
Classes in VASSAL.tools.imageop used by VASSAL.build.module.gamepieceimage Class Description AbstractOpImpl An abstract representation of an operation which may be applied to anImage
.AbstractTileOpImpl The abstract base class forImageOp
s which are a single tile.ImageOp An abstract representation of an operation which may be applied to anImage
.SourceOp AnImageOp
which provides a source. -
Classes in VASSAL.tools.imageop used by VASSAL.build.module.map Class Description ImageOp An abstract representation of an operation which may be applied to anImage
.ScaledImagePainter Paints an image at arbitrary scale. -
Classes in VASSAL.tools.imageop used by VASSAL.build.module.map.boardPicker Class Description ScaleOp AnImageOp
which scales its source.SourceOp AnImageOp
which provides a source. -
Classes in VASSAL.tools.imageop used by VASSAL.build.module.map.boardPicker.board Class Description AbstractOpImpl An abstract representation of an operation which may be applied to anImage
.AbstractTiledOpImpl The abstract base class forImageOp
s which support multiple tiles.ImageOp An abstract representation of an operation which may be applied to anImage
. -
Classes in VASSAL.tools.imageop used by VASSAL.build.module.map.boardPicker.board.mapgrid Class Description SourceOp AnImageOp
which provides a source. -
Classes in VASSAL.tools.imageop used by VASSAL.build.widget Class Description SourceOp AnImageOp
which provides a source. -
Classes in VASSAL.tools.imageop used by VASSAL.counters Class Description AbstractOpImpl An abstract representation of an operation which may be applied to anImage
.AbstractTileOpImpl The abstract base class forImageOp
s which are a single tile.GamePieceOp ImageOp An abstract representation of an operation which may be applied to anImage
.RotateScaleOp AnImageOp
which both rotates and scales its source.ScaledImagePainter Paints an image at arbitrary scale. -
Classes in VASSAL.tools.imageop used by VASSAL.tools.icon Class Description OpIcon -
Classes in VASSAL.tools.imageop used by VASSAL.tools.imageop Class Description AbstractOpImpl An abstract representation of an operation which may be applied to anImage
.AbstractTiledOpImpl The abstract base class forImageOp
s which support multiple tiles.AbstractTileOpImpl The abstract base class forImageOp
s which are a single tile.CropOp AnImageOp
which crops its source.GamePieceOp ImageOp An abstract representation of an operation which may be applied to anImage
.ImageOpObserver ImageOpObserver
s can be notified on the completion of anImageOp
.OpMultiResolutionImage RotateOp AnImageOp
which rotates its source about its center.RotateScaleOp AnImageOp
which both rotates and scales its source.ScaleOp AnImageOp
which scales its source.ScaleOpBitmapImpl AnImageOp
which scales its source.SourceOp AnImageOp
which provides a source.SourceOpBitmapImpl AnImageOp
which loads an image from theDataArchive
.SVGOp AnImageOp
which produces images from SVG.