public abstract class AliyunPasterAbstractController<MODEL> extends AliyunIPasterPackageOperation implements AliyunIPasterController
| Modifier and Type | Field and Description |
|---|---|
protected MODEL |
mModel |
protected AliyunPasterRender |
mRender |
| Modifier and Type | Method and Description |
|---|---|
long |
getDuration(java.util.concurrent.TimeUnit timeUnit)
Get Caption Render Duration
|
long |
getStartTime(java.util.concurrent.TimeUnit timeUnit)
Get Caption Render Start Time
|
void |
setDuration(long aDuration)
Set Caption Render Duration in microsecond
|
void |
setStartTime(long aStartTime)
Set Caption Render Start Time in microsecond
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDuration, getPosition, getRotate, getSize, getStartTime, getType, setDuration, setPosition, setRotate, setStartTimeprotected MODEL mModel
protected AliyunPasterRender mRender
public long getStartTime(java.util.concurrent.TimeUnit timeUnit)
AliyunIPasterControllerAdded in v3.27.0
getStartTime in interface AliyunIPasterControllertimeUnit - Time Unitpublic void setStartTime(long aStartTime)
AliyunIPasterControllersetStartTime in interface AliyunIPasterControlleraStartTime - Start Time in microsecondpublic long getDuration(java.util.concurrent.TimeUnit timeUnit)
AliyunIPasterControllerAdded in v3.27.0
getDuration in interface AliyunIPasterControllertimeUnit - Time Unitpublic void setDuration(long aDuration)
AliyunIPasterControllersetDuration in interface AliyunIPasterControlleraDuration - Duration in microsecond