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 class
RotateScaleOpBitmapImpl
AnImageOp
which rotates and scales its source.class
RotateScaleOpSVGImpl
AnImageOp
which rotates and scales its source.Methods in VASSAL.tools.imageop that return RotateScaleOp Modifier and Type Method Description static RotateScaleOp
Op. rotateScale(ImageOp sop, double angle, double scale)