Uses of Interface
algoanim.properties.Visitable

Packages that use Visitable
algoanim.properties.items   
 

Uses of Visitable in algoanim.properties.items
 

Classes in algoanim.properties.items that implement Visitable
 class AnimationPropertyItem
          This class defines the base for the distinct PropertyItems, which are responsible to hold exactly one instance of one value.
 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.