| 程序包 | 说明 |
|---|---|
| com.freewayso.image.combiner | |
| com.freewayso.image.combiner.element | |
| com.freewayso.image.combiner.enums |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageElement |
ImageCombiner.addImageElement(BufferedImage image,
int x,
int y,
int width,
int height,
ZoomMode zoomMode)
添加图片元素
|
ImageElement |
ImageCombiner.addImageElement(String imgUrl,
int x,
int y,
int width,
int height,
ZoomMode zoomMode)
添加图片元素
|
| 构造器和说明 |
|---|
ImageCombiner(BufferedImage bgImage,
int width,
int height,
ZoomMode zoomMode,
OutputFormat outputFormat) |
ImageCombiner(String bgImageUrl,
int width,
int height,
ZoomMode zoomMode,
OutputFormat outputFormat) |
| 限定符和类型 | 方法和说明 |
|---|---|
ZoomMode |
ImageElement.getZoomMode() |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageElement |
ImageElement.setZoomMode(ZoomMode zoomMode) |
| 构造器和说明 |
|---|
ImageElement(BufferedImage image,
int x,
int y,
int width,
int height,
ZoomMode zoomMode) |
ImageElement(String imgUrl,
int x,
int y,
int width,
int height,
ZoomMode zoomMode) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ZoomMode |
ZoomMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ZoomMode[] |
ZoomMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2021. All rights reserved.