| Package | Description |
|---|---|
| org.osgl | |
| org.osgl.util |
| Modifier and Type | Method and Description |
|---|---|
<T> Lang.Producer<T> |
Lang.F0.andThen(Lang.Function<? super R,? extends T> after)
Returns a composed function that applies this function to it’s input and then applies the
after function to the result. |
| Modifier and Type | Class and Description |
|---|---|
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.Concatenater |
static class |
Img.Cropper |
static class |
Img.Filter<FILTER extends Img.Filter<FILTER,STAGE>,STAGE extends Img.ProcessorStage<STAGE,FILTER>> |
static class |
Img.Flip |
static class |
Img.NoiseMaker |
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.Resizer
Resize an image
|
static class |
Img.TextWriter |
| Modifier and Type | Field and Description |
|---|---|
static Lang.Producer<Color> |
Img.F.RANDOM_COLOR |
static Lang.Producer<BufferedImage> |
Img.F.TRACKING_PIXEL
A function that generates a transparent tracking pixel
|
| Modifier and Type | Method and Description |
|---|---|
static Lang.Producer<BufferedImage> |
Img.F.background(int w,
int h)
A function that generates a transparent background in rectangular area
|
static Lang.Producer<BufferedImage> |
Img.F.background(int w,
int h,
Color color)
A function that generates a background in rectangular area with color specified
|
static Lang.Producer<BufferedImage> |
Img.F.background(int w,
int h,
Lang.Func0<Color> colorValueProvider)
A function that generates a background in rectangular area with color specified
|
static Lang.Producer<BufferedImage> |
Img.F.randomPixels(int w,
int h)
A function that generates a image with random picked pixels with random color.
|
static Lang.Producer<BufferedImage> |
Img.F.randomPixels(int w,
int h,
Color background)
A function that generates a image with random picked pixels with random color.
|
static Lang.Producer<BufferedImage> |
Img.F.randomPixels(int w,
int h,
int percent)
A function that generates a image with random picked pixels with random color.
|
static Lang.Producer<BufferedImage> |
Img.F.randomPixels(int w,
int h,
int percent,
Color background)
A function that generates a image with random picked pixels with random color.
|
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.