Uses of Class
VASSAL.tools.opcache.AbstractOpImpl
| Package | Description |
|---|---|
| VASSAL.build.module.gamepieceimage | |
| VASSAL.build.module.map.boardPicker.board |
Contains classes that may be added to a
Board. |
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools.imageop |
-
Uses of AbstractOpImpl in VASSAL.build.module.gamepieceimage
Subclasses of AbstractOpImpl in VASSAL.build.module.gamepieceimage Modifier and Type Class Description protected static classImageItem.BaseOp -
Uses of AbstractOpImpl in VASSAL.build.module.map.boardPicker.board
Subclasses of AbstractOpImpl in VASSAL.build.module.map.boardPicker.board Modifier and Type Class Description classGridOpclassSolidColorOp -
Uses of AbstractOpImpl in VASSAL.counters
Subclasses of AbstractOpImpl in VASSAL.counters Modifier and Type Class Description protected static classLabeler.HTMLLabelOpprotected static classLabeler.LabelOp -
Uses of AbstractOpImpl in VASSAL.tools.imageop
Subclasses of AbstractOpImpl in VASSAL.tools.imageop Modifier and Type Class Description classAbstractOpImplAn abstract representation of an operation which may be applied to anImage.classAbstractTiledOpImplThe abstract base class forImageOps which support multiple tiles.classAbstractTileOpImplThe abstract base class forImageOps which are a single tile.classCropOpBitmapImplAnImageOpwhich crops its source.classGamePieceOpImplclassImageSourceOpBitmapImplAnImageOpwhich uses a fixed image as its source.classOrthoRotateOpBitmapImplclassRotateScaleOpBitmapImplAnImageOpwhich rotates and scales its source.classRotateScaleOpSVGImplAnImageOpwhich rotates and scales its source.classScaleOpBitmapImplAnImageOpwhich scales its source.classScaleOpTiledBitmapImplAnImageOpwhich scales its source and cobbles scaled tiles from the tile cache.classSourceOpBitmapImplAnImageOpwhich loads an image from theDataArchive.classSourceOpDiskCacheBitmapImplAnImageOpwhich loads tiles from the tile cache.classSourceOpSVGImplAnImageOpwhich loads an image from theDataArchive.classSourceOpTiledBitmapImplAnImageOpwhich loads an image from theDataArchive, but produces tiles loaded from the tile cache.classSourceTileOpBitmapImplAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.classSourceTileOpSVGImplAnImageOpfor producing tiles directly from a source, without cobbling tiles from the source.