algoanim.properties
Class MatrixProperties

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

public class MatrixProperties
extends AnimationProperties

Author:
Jens Pfau, Stephan Mehlhase
See Also:
AnimationProperties

Field Summary
static java.util.Vector<java.lang.String> alignOptions
           
static java.util.Vector<java.lang.String> styleOptions
           
 
Fields inherited from class algoanim.properties.AnimationProperties
data
 
Constructor Summary
MatrixProperties()
          Generates an unnamed ArrayProperties object.
MatrixProperties(java.lang.String name)
          Generates a named ArrayProperties 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
 

Field Detail

alignOptions

public static java.util.Vector<java.lang.String> alignOptions

styleOptions

public static java.util.Vector<java.lang.String> styleOptions
Constructor Detail

MatrixProperties

public MatrixProperties()
Generates an unnamed ArrayProperties object.


MatrixProperties

public MatrixProperties(java.lang.String name)
Generates a named ArrayProperties object.

Parameters:
name - the name for this ArrayProperties.
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()