Uses of Interface
VASSAL.tools.imageop.RotateScaleOp
| Package | Description |
|---|---|
| VASSAL.counters |
Provides classes that define game pieces.
|
| VASSAL.tools.imageop |
-
Uses of RotateScaleOp in VASSAL.counters
Fields in VASSAL.counters with type parameters of type RotateScaleOp Modifier and Type Field Description protected Map<Double,RotateScaleOp>FreeRotator. rotOp -
Uses of RotateScaleOp in VASSAL.tools.imageop
Classes in VASSAL.tools.imageop that implement RotateScaleOp Modifier and Type Class Description classRotateScaleOpBitmapImplAnImageOpwhich rotates and scales its source.classRotateScaleOpSVGImplAnImageOpwhich rotates and scales its source.Methods in VASSAL.tools.imageop that return RotateScaleOp Modifier and Type Method Description static RotateScaleOpOp. rotateScale(ImageOp sop, double angle, double scale)