de.lessvoid.nifty.effects
Class EffectProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<Object,Object>
          extended by java.util.Properties
              extended by de.lessvoid.nifty.effects.EffectProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class EffectProperties
extends Properties

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
EffectProperties(Properties createProperties)
           
 
Method Summary
 void addEffectValue(Attributes effectProperties)
           
 EffectPropertiesValues getEffectValues()
           
 LinearInterpolator getInterpolator()
           
 boolean isTimeInterpolator()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EffectProperties

public EffectProperties(Properties createProperties)
Method Detail

addEffectValue

public void addEffectValue(Attributes effectProperties)

getEffectValues

public EffectPropertiesValues getEffectValues()

isTimeInterpolator

public boolean isTimeInterpolator()

getInterpolator

public LinearInterpolator getInterpolator()


Copyright © 2011. All Rights Reserved.