| Package | Description |
|---|---|
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Img._Load<T extends Img._Load> |
| Modifier and Type | Class and Description |
|---|---|
static class |
Img.Blur.Stage |
static class |
Img.Concatenater.Stage |
static class |
Img.Cropper.Stage |
static class |
Img.Flip.Stage |
static class |
Img.NoiseMaker.Stage |
static class |
Img.ProcessorStage<STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>,PROCESSOR extends Img.Processor<PROCESSOR,STAGE>> |
static class |
Img.Resizer.Stage |
static class |
Img.TextWriter.Stage |
| Modifier and Type | Method and Description |
|---|---|
Img._Load |
Img.ProcessorStage.pipeline() |
static Img._Load |
Img.source(BufferedImage image) |
static Img._Load |
Img.source(File file) |
static Img._Load |
Img.source(InputStream is) |
static Img._Load |
Img.source(Lang.Func0<BufferedImage> imageProducer) |
static Img._Load |
Img.source(URL url) |
Copyright © 2014–2019 OSGL (Open Source General Library). All rights reserved.