| 程序包 | 说明 |
|---|---|
| com.augrain.easy.canvas.element.basic | |
| com.augrain.easy.canvas.model | |
| com.augrain.easy.canvas.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
ImageElement |
ImageElement.scale(Scale scale)
缩放
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Scale |
Scale.byHeight(int height) |
static Scale |
Scale.byRatio(double ratio) |
static Scale |
Scale.byWidth(int width) |
static Scale |
Scale.byWidthAndHeight(int width,
int height) |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedImage |
ImageUtils.scale(BufferedImage image,
Scale scale)
缩放
|
Copyright © 2025. All rights reserved.