public static class ZoomRotateCrop.Para extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cropH
截取的高度(Y轴,小于等于0表示不处理)
|
int |
cropW
截取的宽度(X轴,小于等于0表示不处理)
|
int |
cropX
截取左上角X坐标(左0,右+)
|
int |
cropY
截取左上角Y坐标(上0,下+)
|
boolean |
flipX
原图是否(沿X轴)上下翻转
|
boolean |
flipY
原图是否(沿Y轴)左右翻转
|
int |
rotate
原图顺时针旋转角度(deg 360)
|
int |
viewH
视窗的高度(Y轴)
|
int |
viewW
视窗的宽度(X轴)
|
| Constructor and Description |
|---|
Para() |
public boolean flipX
public boolean flipY
public int rotate
public int cropX
public int cropY
public int cropW
public int cropH
public int viewW
public int viewH
Copyright © 2020. All rights reserved.