| Package | Description |
|---|---|
| org.aoju.bus.core.image |
图像处理相关类封装
|
| org.aoju.bus.core.image.element |
图像处理元素封装
|
| org.aoju.bus.core.lang |
语言特性包,包括大量便捷的数据结构,例如验证器Validator,分布式ID生成器Snowflake等
|
| Modifier and Type | Method and Description |
|---|---|
ImageElement |
Images.addImageElement(BufferedImage image,
int x,
int y,
int width,
int height,
Scale.Mode mode)
添加图片元素
|
ImageElement |
Images.addImageElement(String imgUrl,
int x,
int y,
int width,
int height,
Scale.Mode mode)
添加图片元素
|
| Constructor and Description |
|---|
Images(BufferedImage bgImage,
int width,
int height,
Scale.Mode zoomMode,
String fileType) |
Images(String bgImageUrl,
int width,
int height,
Scale.Mode zoomMode,
String fileType) |
| Modifier and Type | Method and Description |
|---|---|
Scale.Mode |
ImageElement.getZoomMode() |
| Modifier and Type | Method and Description |
|---|---|
ImageElement |
ImageElement.setZoomMode(Scale.Mode mode) |
| Constructor and Description |
|---|
ImageElement(BufferedImage image,
int x,
int y,
int width,
int height,
Scale.Mode mode) |
ImageElement(String imgUrl,
int x,
int y,
int width,
int height,
Scale.Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
static Scale.Mode |
Scale.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scale.Mode[] |
Scale.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2021. All rights reserved.