Interface Animatable

All Superinterfaces:
Paintable
All Known Implementing Classes:
AnimatedObject

public interface Animatable
extends Paintable

Represents anything that knows how to be animated by making small incremental changes over time


Method Summary
 void animate()
          Implementors must describe how to animate themselves.
 
Methods inherited from interface Paintable
paint
 

Method Detail

animate

public void animate()
Implementors must describe how to animate themselves.