Interface Instance

All Superinterfaces:
AutoCloseable, react.Closeable
All Known Implementing Classes:
Movie, Texture

public interface Instance extends react.Closeable
A created instance of a Flump symbol.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface react.Closeable

    react.Closeable.Set, react.Closeable.Util
  • Method Summary

    Modifier and Type
    Method
    Description
    The layer that displays this instance.
    void
    paint(float dt)
    Notifies this instance that time has passed, for animation.

    Methods inherited from interface react.Closeable

    close
  • Method Details

    • layer

      Layer layer()
      The layer that displays this instance.
    • paint

      void paint(float dt)
      Notifies this instance that time has passed, for animation.
      Parameters:
      dt - The time since the last update, in milliseconds.