public class ControlEffectAttributes extends Object
Modifier and Type | Field and Description |
---|---|
protected Attributes |
attributes |
protected List<EffectValueType> |
effectValues |
Constructor and Description |
---|
ControlEffectAttributes() |
ControlEffectAttributes(Attributes attributes,
ArrayList<EffectValueType> effectValues) |
Modifier and Type | Method and Description |
---|---|
void |
addEffectValues(EffectValueType value) |
EffectType |
create() |
void |
refreshEffectType(EffectType effectsType) |
void |
setAlternateDisable(String alternateDisable) |
void |
setAlternateEnable(String alternateEnable) |
void |
setAttribute(String name,
String value) |
void |
setCustomKey(String customKey) |
void |
setInherit(String inherit) |
void |
setLength(String value) |
void |
setName(String name) |
void |
setNeverStopRendering(String neverStopRendering) |
void |
setOnEndEffectCallback(String value) |
void |
setOneShot(String value) |
void |
setOnStartEffectCallback(String value) |
void |
setOverlay(String overlay) |
void |
setPost(String post) |
void |
setStartDelay(String value) |
void |
setTimeType(String value) |
protected Attributes attributes
protected List<EffectValueType> effectValues
public ControlEffectAttributes()
public ControlEffectAttributes(Attributes attributes, ArrayList<EffectValueType> effectValues)
public void setInherit(String inherit)
public void setPost(String post)
public void setOverlay(String overlay)
public void setAlternateEnable(String alternateEnable)
public void setAlternateDisable(String alternateDisable)
public void setCustomKey(String customKey)
public void setNeverStopRendering(String neverStopRendering)
public void setName(String name)
public void refreshEffectType(EffectType effectsType)
public void setStartDelay(String value)
public void setLength(String value)
public void setOneShot(String value)
public void setTimeType(String value)
public void setOnStartEffectCallback(String value)
public void setOnEndEffectCallback(String value)
public void addEffectValues(EffectValueType value)
public EffectType create()
Copyright © 2013. All Rights Reserved.