algoanim.properties
Interface Visitable

All Known Implementing Classes:
AnimationPropertyItem, BooleanPropertyItem, ColorPropertyItem, DoublePropertyItem, EnumerationPropertyItem, FontPropertyItem, IntegerPropertyItem, StringPropertyItem

public interface Visitable

This interface is implemented by all AnimationPropertyItems and AnimationProperties, so the user is able to perform further actions on these items without having to touch the code of this API.

Author:
jens

Method Summary
 void accept(Visitor v)
          Defines the interface for a Visitor to access a Visitable.
 

Method Detail

accept

void accept(Visitor v)
Defines the interface for a Visitor to access a Visitable.

Parameters:
v - the visitor