de.lessvoid.nifty.controls.dynamic.attributes
Class ControlEffectAttributes

java.lang.Object
  extended by de.lessvoid.nifty.controls.dynamic.attributes.ControlEffectAttributes
Direct Known Subclasses:
ControlEffectOnHoverAttributes

public class ControlEffectAttributes
extends Object


Field Summary
protected  Attributes attributes
           
protected  List<EffectValueType> effectValues
           
 
Constructor Summary
ControlEffectAttributes()
           
ControlEffectAttributes(Attributes attributes, ArrayList<EffectValueType> effectValues)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

protected Attributes attributes

effectValues

protected List<EffectValueType> effectValues
Constructor Detail

ControlEffectAttributes

public ControlEffectAttributes()

ControlEffectAttributes

public ControlEffectAttributes(Attributes attributes,
                               ArrayList<EffectValueType> effectValues)
Method Detail

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 © 2012. All Rights Reserved.