public class ComposeTransitionItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeTransitionItem() |
ComposeTransitionItem(ComposeTransitionItem 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 |
getDuration()
Get The element duration.
|
ComposeTransitionOperation[] |
getTransitions()
Get The transition effects.
|
void |
setDuration(String Duration)
Set The element duration.
|
void |
setTransitions(ComposeTransitionOperation[] Transitions)
Set The transition effects.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComposeTransitionItem()
public ComposeTransitionItem(ComposeTransitionItem source)
public String getDuration()
public void setDuration(String Duration)
Duration
- The element duration. public ComposeTransitionOperation[] getTransitions()
public void setTransitions(ComposeTransitionOperation[] Transitions)
Transitions
- The transition effects.
The default transition effect is fade.
Note: You can add at most one image transition and one audio transition.Copyright © 2024. All rights reserved.