public class Effect extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Effect.AfterAnimationTypeEnum
Defined an after animation color for effect.
|
static class |
Effect.AnimateTextTypeEnum
Preset class type.
|
static class |
Effect.PresetClassTypeEnum
Preset class type.
|
static class |
Effect.RestartEnum
The way for a effect to restart after complete.
|
static class |
Effect.SubtypeEnum
Effect subtype.
|
static class |
Effect.TriggerTypeEnum
Effect trigger type.
|
static class |
Effect.TypeEnum
Effect type.
|
| Constructor and Description |
|---|
Effect() |
| Modifier and Type | Method and Description |
|---|---|
Effect |
accelerate(Double accelerate) |
Effect |
afterAnimationColor(String afterAnimationColor) |
Effect |
afterAnimationType(Effect.AfterAnimationTypeEnum afterAnimationType) |
Effect |
animateTextType(Effect.AnimateTextTypeEnum animateTextType) |
Effect |
autoReverse(Boolean autoReverse) |
Effect |
decelerate(Double decelerate) |
Effect |
duration(Double duration) |
boolean |
equals(Object o) |
Double |
getAccelerate()
The percentage of duration accelerate behavior effect.
|
String |
getAfterAnimationColor()
Defined an after animation color for effect.
|
Effect.AfterAnimationTypeEnum |
getAfterAnimationType()
Defined an after animation color for effect.
|
Effect.AnimateTextTypeEnum |
getAnimateTextType()
Preset class type.
|
Double |
getDecelerate()
The percentage of duration decelerate behavior effect.
|
Double |
getDuration()
The duration of animation effect.
|
Integer |
getParagraphIndex()
Paragraph index.
|
Effect.PresetClassTypeEnum |
getPresetClassType()
Preset class type.
|
Double |
getRepeatCount()
The number of times the effect should repeat.
|
Double |
getRepeatDuration()
The number of times the effect should repeat.
|
Effect.RestartEnum |
getRestart()
The way for a effect to restart after complete.
|
Integer |
getShapeIndex()
Shape index.
|
Double |
getSpeed()
The percentage by which to speed up (or slow down) the timing.
|
Effect.SubtypeEnum |
getSubtype()
Effect subtype.
|
Double |
getTriggerDelayTime()
Delay time after trigger.
|
Effect.TriggerTypeEnum |
getTriggerType()
Effect trigger type.
|
Effect.TypeEnum |
getType()
Effect type.
|
int |
hashCode() |
Boolean |
isAutoReverse()
True to automatically play the animation in reverse after playing it in the forward direction.
|
Boolean |
isRepeatUntilEndSlide()
Specifies if the effect will repeat until the end of slide.
|
Boolean |
isRepeatUntilNextClick()
Specifies if the effect will repeat until the next click.
|
Boolean |
isRewind()
This attribute specifies if the effect will rewind when done playing.
|
Boolean |
isStopPreviousSound()
This attribute specifies if the animation effect stops the previous sound.
|
Effect |
paragraphIndex(Integer paragraphIndex) |
Effect |
presetClassType(Effect.PresetClassTypeEnum presetClassType) |
Effect |
repeatCount(Double repeatCount) |
Effect |
repeatDuration(Double repeatDuration) |
Effect |
repeatUntilEndSlide(Boolean repeatUntilEndSlide) |
Effect |
repeatUntilNextClick(Boolean repeatUntilNextClick) |
Effect |
restart(Effect.RestartEnum restart) |
Effect |
rewind(Boolean rewind) |
void |
setAccelerate(Double accelerate) |
void |
setAfterAnimationColor(String afterAnimationColor) |
void |
setAfterAnimationType(Effect.AfterAnimationTypeEnum afterAnimationType) |
void |
setAnimateTextType(Effect.AnimateTextTypeEnum animateTextType) |
void |
setAutoReverse(Boolean autoReverse) |
void |
setDecelerate(Double decelerate) |
void |
setDuration(Double duration) |
void |
setParagraphIndex(Integer paragraphIndex) |
void |
setPresetClassType(Effect.PresetClassTypeEnum presetClassType) |
void |
setRepeatCount(Double repeatCount) |
void |
setRepeatDuration(Double repeatDuration) |
void |
setRepeatUntilEndSlide(Boolean repeatUntilEndSlide) |
void |
setRepeatUntilNextClick(Boolean repeatUntilNextClick) |
void |
setRestart(Effect.RestartEnum restart) |
void |
setRewind(Boolean rewind) |
void |
setShapeIndex(Integer shapeIndex) |
void |
setSpeed(Double speed) |
void |
setStopPreviousSound(Boolean stopPreviousSound) |
void |
setSubtype(Effect.SubtypeEnum subtype) |
void |
setTriggerDelayTime(Double triggerDelayTime) |
void |
setTriggerType(Effect.TriggerTypeEnum triggerType) |
void |
setType(Effect.TypeEnum type) |
Effect |
shapeIndex(Integer shapeIndex) |
Effect |
speed(Double speed) |
Effect |
stopPreviousSound(Boolean stopPreviousSound) |
Effect |
subtype(Effect.SubtypeEnum subtype) |
String |
toString() |
Effect |
triggerDelayTime(Double triggerDelayTime) |
Effect |
triggerType(Effect.TriggerTypeEnum triggerType) |
Effect |
type(Effect.TypeEnum type) |
public Effect type(Effect.TypeEnum type)
public Effect.TypeEnum getType()
public void setType(Effect.TypeEnum type)
public Effect subtype(Effect.SubtypeEnum subtype)
public Effect.SubtypeEnum getSubtype()
public void setSubtype(Effect.SubtypeEnum subtype)
public Effect presetClassType(Effect.PresetClassTypeEnum presetClassType)
public Effect.PresetClassTypeEnum getPresetClassType()
public void setPresetClassType(Effect.PresetClassTypeEnum presetClassType)
public Effect animateTextType(Effect.AnimateTextTypeEnum animateTextType)
public Effect.AnimateTextTypeEnum getAnimateTextType()
public void setAnimateTextType(Effect.AnimateTextTypeEnum animateTextType)
public Integer getShapeIndex()
public void setShapeIndex(Integer shapeIndex)
public Integer getParagraphIndex()
public void setParagraphIndex(Integer paragraphIndex)
public Effect triggerType(Effect.TriggerTypeEnum triggerType)
public Effect.TriggerTypeEnum getTriggerType()
public void setTriggerType(Effect.TriggerTypeEnum triggerType)
public Double getAccelerate()
public void setAccelerate(Double accelerate)
public Boolean isAutoReverse()
public void setAutoReverse(Boolean autoReverse)
public Double getDecelerate()
public void setDecelerate(Double decelerate)
public Double getDuration()
public void setDuration(Double duration)
public Double getRepeatCount()
public void setRepeatCount(Double repeatCount)
public Double getRepeatDuration()
public void setRepeatDuration(Double repeatDuration)
public Effect restart(Effect.RestartEnum restart)
public Effect.RestartEnum getRestart()
public void setRestart(Effect.RestartEnum restart)
public Double getSpeed()
public void setSpeed(Double speed)
public Double getTriggerDelayTime()
public void setTriggerDelayTime(Double triggerDelayTime)
public Boolean isRepeatUntilEndSlide()
public void setRepeatUntilEndSlide(Boolean repeatUntilEndSlide)
public Boolean isRepeatUntilNextClick()
public void setRepeatUntilNextClick(Boolean repeatUntilNextClick)
public Boolean isStopPreviousSound()
public void setStopPreviousSound(Boolean stopPreviousSound)
public Boolean isRewind()
public void setRewind(Boolean rewind)
public Effect afterAnimationType(Effect.AfterAnimationTypeEnum afterAnimationType)
public Effect.AfterAnimationTypeEnum getAfterAnimationType()
public void setAfterAnimationType(Effect.AfterAnimationTypeEnum afterAnimationType)
public String getAfterAnimationColor()
public void setAfterAnimationColor(String afterAnimationColor)
Copyright © 2025. All rights reserved.