| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
Lang.Producer<PRODUCT>
A Producer is a provider that
Lang.Producer.produce() product |
| Modifier and Type | Class and Description |
|---|---|
static class |
Img._Load<T extends Img._Load> |
static class |
Img.BinarySourceProcessor<PROCESSOR extends Img.BinarySourceProcessor<PROCESSOR,STAGE>,STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>>
The base class that process two image sources and produce result image
|
static class |
Img.Blur |
static class |
Img.Blur.Stage |
static class |
Img.Concatenater |
static class |
Img.Concatenater.Stage |
static class |
Img.Cropper |
static class |
Img.Cropper.Stage |
static class |
Img.Filter<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>> |
static class |
Img.Flip |
static class |
Img.Flip.Stage |
static class |
Img.NoiseMaker |
static class |
Img.NoiseMaker.Stage |
static class |
Img.Processor<PROCESSOR extends Img.Processor<PROCESSOR,STAGE>,STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>>
Base class for image operator function which provides source width, height, ratio parameters on demand
|
static class |
Img.ProcessorStage<STAGE extends Img.ProcessorStage<STAGE,PROCESSOR>,PROCESSOR extends Img.Processor<PROCESSOR,STAGE>> |
static class |
Img.Resizer
Resize an image
|
static class |
Img.Resizer.Stage |
static class |
Img.TextWriter |
static class |
Img.TextWriter.Stage |
| Modifier and Type | Method and Description |
|---|---|
static Lang.Provider<BufferedImage> |
Img.F.source(File file) |
static Lang.Provider<BufferedImage> |
Img.F.source(InputStream is) |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.