public abstract class StiAnimation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
beginTime |
java.lang.Integer |
duration |
| Constructor and Description |
|---|
StiAnimation(java.lang.Integer duration,
java.lang.Integer beginTime) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBeginTime() |
java.lang.Integer |
getDuration() |
abstract StiAnimationType |
getType() |
void |
setBeginTime(java.lang.Integer beginTime) |
void |
setDuration(java.lang.Integer duration) |
public java.lang.Integer duration
public java.lang.Integer beginTime
public StiAnimation(java.lang.Integer duration,
java.lang.Integer beginTime)
public abstract StiAnimationType getType()
public java.lang.Integer getDuration()
public void setDuration(java.lang.Integer duration)
duration - the duration to setpublic java.lang.Integer getBeginTime()
public void setBeginTime(java.lang.Integer beginTime)
beginTime - the beginTime to setCopyright © 2020 Stimulsoft. All Rights Reserved.