Package VASSAL.tools.imageop
Class Op
java.lang.Object
VASSAL.tools.imageop.Op
public class Op extends Object
-
Constructor Summary
Constructors Modifier Constructor Description protected
Op()
-
Method Summary
Modifier and Type Method Description static void
clearCache()
static CropOp
crop(ImageOp sop, int x0, int y0, int x1, int y1)
static boolean
handleException(Exception e)
static SourceOp
load(BufferedImage image)
static SourceOp
load(String name)
static SourceOp
loadLarge(String name)
static GamePieceOp
piece(GamePiece gp)
static RotateOp
rotate(ImageOp sop, double angle)
static RotateScaleOp
rotateScale(ImageOp sop, double angle, double scale)
static ScaleOp
scale(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
-