| 程序包 | 说明 |
|---|---|
| top.bayberry.core.image |
| 限定符和类型 | 方法和说明 |
|---|---|
static CutMode |
CutMode.getById(int id) |
CutMode |
CutConfig.getCutMode()
Gets cut mode.
|
static CutMode |
CutMode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static CutMode[] |
CutMode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CutConfig.setCutMode(CutMode cutMode)
Sets cut mode.
|
| 构造器和说明 |
|---|
CutConfig(CutMode cutMode,
int width,
int height)
Instantiates a new Cut config.
|
Copyright © 2020. All rights reserved.