Interface GUI.Animation<G extends GUIObject>

Type Parameters:
G - the GUI object type.
All Known Implementing Classes:
GUIAnimation
Enclosing class:
GUI

public static interface GUI.Animation<G extends GUIObject>
Describes an animation to be performed on an object.
Author:
Matthew Tropiano
  • Method Summary

    Modifier and Type
    Method
    Description
    createState(G object)
    Returns a mutable action state that is used by action queues.
  • Method Details

    • createState

      GUI.AnimationState<G> createState(G object)
      Returns a mutable action state that is used by action queues. Requires pairing with an object.
      Parameters:
      object - the object to affect.
      Returns:
      a new action state.