JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
VASSAL.tools.imageop.CropOp
Packages that use
CropOp
Package
Description
VASSAL.tools.imageop
Uses of
CropOp
in
VASSAL.tools.imageop
Classes in
VASSAL.tools.imageop
that implement
CropOp
Modifier and Type
Class
Description
class
CropOpBitmapImpl
An
ImageOp
which crops its source.
Methods in
VASSAL.tools.imageop
that return
CropOp
Modifier and Type
Method
Description
static
CropOp
Op.
crop
(
ImageOp
sop, int x0, int y0, int x1, int y1)