Package VASSAL.tools.imageop
Class Op
java.lang.Object
VASSAL.tools.imageop.Op
public class Op extends Object
-
Constructor Summary
Constructors Modifier Constructor Description protectedOp() -
Method Summary
Modifier and Type Method Description static voidclearCache()static CropOpcrop(ImageOp sop, int x0, int y0, int x1, int y1)static booleanhandleException(Exception e)static SourceOpload(BufferedImage image)static SourceOpload(String name)static SourceOploadLarge(String name)static GamePieceOppiece(GamePiece gp)static RotateOprotate(ImageOp sop, double angle)static RotateScaleOprotateScale(ImageOp sop, double angle, double scale)static ScaleOpscale(ImageOp sop, double scale)
-
Constructor Details
-
Op
protected Op()
-
-
Method Details
-
load
-
load
-
loadLarge
-
scale
-
rotate
-
rotateScale
-
crop
-
piece
-
clearCache
public static void clearCache() -
handleException
-