Uses of Interface
VASSAL.tools.imageop.ScaleOp
| Package | Description |
|---|---|
| VASSAL.build.module.map.boardPicker |
Contains classes that may be added to a
BoardPicker. |
| VASSAL.tools.imageop |
-
Uses of ScaleOp in VASSAL.build.module.map.boardPicker
Fields in VASSAL.build.module.map.boardPicker declared as ScaleOp Modifier and Type Field Description protected ScaleOpBoard. scaledImageOp -
Uses of ScaleOp in VASSAL.tools.imageop
Subinterfaces of ScaleOp in VASSAL.tools.imageop Modifier and Type Interface Description interfaceRotateScaleOpAnImageOpwhich both rotates and scales its source.Classes in VASSAL.tools.imageop that implement ScaleOp Modifier and Type Class Description classRotateScaleOpBitmapImplAnImageOpwhich 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.Fields in VASSAL.tools.imageop declared as ScaleOp Modifier and Type Field Description protected ScaleOpScaledImagePainter. scaleOpMethods in VASSAL.tools.imageop that return ScaleOp Modifier and Type Method Description static ScaleOpOp. scale(ImageOp sop, double scale)