de.lessvoid.nifty.controls.dynamic.attributes
Class ControlEffectAttributes
java.lang.Object
de.lessvoid.nifty.controls.dynamic.attributes.ControlEffectAttributes
- Direct Known Subclasses:
- ControlEffectOnHoverAttributes
public class ControlEffectAttributes
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributes
protected Attributes attributes
effectValues
protected List<EffectValueType> effectValues
ControlEffectAttributes
public ControlEffectAttributes()
ControlEffectAttributes
public ControlEffectAttributes(Attributes attributes,
ArrayList<EffectValueType> effectValues)
setAttribute
public void setAttribute(String name,
String value)
setInherit
public void setInherit(String inherit)
setPost
public void setPost(String post)
setOverlay
public void setOverlay(String overlay)
setAlternateEnable
public void setAlternateEnable(String alternateEnable)
setAlternateDisable
public void setAlternateDisable(String alternateDisable)
setCustomKey
public void setCustomKey(String customKey)
setNeverStopRendering
public void setNeverStopRendering(String neverStopRendering)
setName
public void setName(String name)
refreshEffectType
public void refreshEffectType(EffectType effectsType)
setStartDelay
public void setStartDelay(String value)
setLength
public void setLength(String value)
setOneShot
public void setOneShot(String value)
setTimeType
public void setTimeType(String value)
setOnStartEffectCallback
public void setOnStartEffectCallback(String value)
setOnEndEffectCallback
public void setOnEndEffectCallback(String value)
addEffectValues
public void addEffectValues(EffectValueType value)
create
public EffectType create()
Copyright © 2011. All Rights Reserved.