Package VASSAL.tools.imageop
Interface RotateOp
- All Superinterfaces:
ImageOp,Op<BufferedImage>
- All Known Subinterfaces:
RotateScaleOp
- All Known Implementing Classes:
OrthoRotateOpBitmapImpl,RotateScaleOpBitmapImpl,RotateScaleOpSVGImpl
public interface RotateOp extends ImageOp
An
ImageOp which rotates its source about its center.- Since:
- 3.1.0
- Author:
- Joel Uckelman
-
Method Summary
Modifier and Type Method Description doublegetAngle()RenderingHintsgetHints()Methods inherited from interface VASSAL.tools.imageop.ImageOp
eval, getFutureImage, getFutureTile, getFutureTile, getHeight, getImage, getImage, getNumXTiles, getNumYTiles, getSize, getTile, getTile, getTileHeight, getTileIndices, getTileOp, getTileOp, getTileSize, getTileWidth, getWidthMethods inherited from interface VASSAL.tools.opcache.Op
getSources, newKey, update
-
Method Details
-
getAngle
double getAngle() -
getHints
RenderingHints getHints()
-