| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
protected Img.Cropper.Stage |
Img.Cropper.createStage(BufferedImage source) |
Img.Cropper.Stage |
Img._Load.crop() |
Img.Cropper.Stage |
Img._Load.crop(int x1,
int y1,
int x2,
int y2) |
static Img.Cropper.Stage |
Img.crop(Lang.Func0<BufferedImage> imageProvider) |
Img.Cropper.Stage |
Img._Load.crop(Lang.Tuple<Integer,Integer> leftTop,
Lang.Tuple<Integer,Integer> rightBottom) |
Img.Cropper.Stage |
Img.Cropper.Stage.from(int x,
int y) |
Img.Cropper.Stage |
Img.Cropper.Stage.to(int x,
int y) |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.