public class AnimateDuration extends Object implements Serializable, IComplexOption
Animate duration
| Constructor and Description |
|---|
AnimateDuration(EffectSpeed effectSpeed)
Constructor
|
AnimateDuration(Integer speed)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
EffectSpeed |
getEffectSpeed() |
CharSequence |
getJavascriptOption()
Method retrieving the javascript representation of this complex option
|
Integer |
getSpeed() |
void |
setEffectSpeed(EffectSpeed effectSpeed)
Set the speed with
EffectSpeed |
void |
setSpeed(Integer speed)
Set the speed with a numerical
|
public AnimateDuration(EffectSpeed effectSpeed)
effectSpeed - EffectSpeedpublic AnimateDuration(Integer speed)
speed - Numerical speedpublic EffectSpeed getEffectSpeed()
EffectSpeedpublic CharSequence getJavascriptOption()
getJavascriptOption in interface IComplexOptionIComplexOption.getJavascriptOption()public Integer getSpeed()
public void setEffectSpeed(EffectSpeed effectSpeed)
EffectSpeedpublic void setSpeed(Integer speed)
Copyright © 2009-2012. All Rights Reserved.