Uses of Class
algoanim.properties.items.AnimationPropertyItem

Packages that use AnimationPropertyItem
algoanim.properties   
algoanim.properties.items   
 

Uses of AnimationPropertyItem in algoanim.properties
 

Fields in algoanim.properties with type parameters of type AnimationPropertyItem
protected  java.util.HashMap<java.lang.String,AnimationPropertyItem> AnimationProperties.data
          Contains a mapping from String keys to PropertyItems.
 

Methods in algoanim.properties that return AnimationPropertyItem
 AnimationPropertyItem AnimationProperties.getDefault(java.lang.String key)
          Returns the default value for the given key (as an Object).
 AnimationPropertyItem AnimationProperties.getItem(java.lang.String key)
          Searches the map for the item according to the given key.
 

Methods in algoanim.properties with parameters of type AnimationPropertyItem
 void AnimationProperties.setDefault(java.lang.String key, AnimationPropertyItem value)
          Sets the default value for the given key.
 

Uses of AnimationPropertyItem in algoanim.properties.items
 

Subclasses of AnimationPropertyItem in algoanim.properties.items
 class BooleanPropertyItem
          Represents an AnimationPropertiesItem that stores a boolean value.
 class ColorPropertyItem
          Represents an AnimationPropertiesItem that stores a Color value.
 class DoublePropertyItem
          Represents an AnimationPropertiesItem that stores a double value.
 class EnumerationPropertyItem
          Represents an AnimationPropertiesItem that stores a Color value.
 class FontPropertyItem
          Represents an AnimationPropertiesItem that stores a Font value.
 class IntegerPropertyItem
          Represents an AnimationPropertiesItem that stores an int value.
 class StringPropertyItem
          Represents an AnimationPropertiesItem that stores a String value.