Uses of Interface
VASSAL.tools.imageop.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
AnImageOp
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)