public interface IImageContainer
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
asBufferImage() |
BufferedImage |
asBufferImage(int x,
int y,
int w,
int h) |
BufferedImage |
asBufferImage(Rectangle rectangle) |
IImageContainer |
crop(float x,
float y,
float width,
float height) |
void |
dispose() |
IImageContainer |
fit(int width,
int height) |
int |
getHeight() |
int |
getWidth() |
IImageContainer |
scale(float factor) |
IImageContainer |
scale(float widthFactor,
float heightFactor) |
void dispose()
int getWidth()
int getHeight()
BufferedImage asBufferImage()
IImageContainer crop(float x, float y, float width, float height)
IImageContainer fit(int width, int height)
IImageContainer scale(float widthFactor, float heightFactor)
IImageContainer scale(float factor)
BufferedImage asBufferImage(int x, int y, int w, int h)
BufferedImage asBufferImage(Rectangle rectangle)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.