algoanim.properties
Class CallMethodProperties

java.lang.Object
  extended by algoanim.properties.AnimationProperties
      extended by algoanim.properties.CallMethodProperties

public class CallMethodProperties
extends AnimationProperties

This special Properties-Object is used to make calls to a specific method of the Generator. The method that should be called is stored (as a String) in "methodName".

Author:
T. Ackermann
See Also:
AnimationProperties

Field Summary
 
Fields inherited from class algoanim.properties.AnimationProperties
data
 
Constructor Summary
CallMethodProperties()
          Generates an unnamed RectProperties object.
CallMethodProperties(java.lang.String name)
          Generates a named RectProperties object.
 
Method Summary
protected  void fillHashMap()
          Fills the internal data HashMap with values and copies them to all other Hashmaps.
 
Methods inherited from class algoanim.properties.AnimationProperties
fillAdditional, get, getAllPropertyNames, getAllPropertyNamesVector, getAllPropertyTypes, getDefault, getIsEditable, getItem, getLabel, set, set, set, set, set, set, setDefault, setIsEditable, setLabel, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallMethodProperties

public CallMethodProperties()
Generates an unnamed RectProperties object.


CallMethodProperties

public CallMethodProperties(java.lang.String name)
Generates a named RectProperties object.

Parameters:
name - the name for this RectProperties.
Method Detail

fillHashMap

protected void fillHashMap()
Description copied from class: AnimationProperties
Fills the internal data HashMap with values and copies them to all other Hashmaps.

Specified by:
fillHashMap in class AnimationProperties
See Also:
AnimationProperties.fillHashMap()