public class ComposeImageOperation extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ComposeImageOperation() | 
| ComposeImageOperation(ComposeImageOperation source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFlipType()Get 当 Type = Flip 时有效。图像翻转动作,取值有: 
Horizental:水平翻转,即左右镜像。
Vertical:垂直翻转,即上下镜像。 | 
| Float | getRotateAngle()Get 当 Type = Rotate 时有效。图像以中心点为原点进行旋转的角度,取值范围0~360。 | 
| String | getType()Get 类型,取值有:
Rotate:图像旋转。
Flip:图像翻转。 | 
| void | setFlipType(String FlipType)Set 当 Type = Flip 时有效。图像翻转动作,取值有: 
Horizental:水平翻转,即左右镜像。
Vertical:垂直翻转,即上下镜像。 | 
| void | setRotateAngle(Float RotateAngle)Set 当 Type = Rotate 时有效。图像以中心点为原点进行旋转的角度,取值范围0~360。 | 
| void | setType(String Type)Set 类型,取值有:
Rotate:图像旋转。
Flip:图像翻转。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ComposeImageOperation()
public ComposeImageOperation(ComposeImageOperation source)
public String getType()
public void setType(String Type)
Type - 类型,取值有:
public Float getRotateAngle()
public void setRotateAngle(Float RotateAngle)
RotateAngle - 当 Type = Rotate 时有效。图像以中心点为原点进行旋转的角度,取值范围0~360。public String getFlipType()
public void setFlipType(String FlipType)
FlipType - 当 Type = Flip 时有效。图像翻转动作,取值有: 
Copyright © 2025. All rights reserved.