algoanim.properties
Class GraphProperties

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

public class GraphProperties
extends AnimationProperties

This class encapsulates the properties that can be set for a graph.

Version:
0.7 2007-04-04
Author:
Dr. Guido Roessling (roessling@acm.org>

Field Summary
 
Fields inherited from class algoanim.properties.AnimationProperties
data
 
Constructor Summary
GraphProperties()
          Generates an unnamed PolygonProperties object.
GraphProperties(java.lang.String name)
          Generates a named PolygonProperties 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

GraphProperties

public GraphProperties()
Generates an unnamed PolygonProperties object.


GraphProperties

public GraphProperties(java.lang.String name)
Generates a named PolygonProperties object.

Parameters:
name - The name
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()