Class Movie.Symbol

java.lang.Object
tripleplay.flump.Movie.Symbol
All Implemented Interfaces:
Symbol
Enclosing class:
Movie

public static class Movie.Symbol extends Object implements Symbol
  • Field Details

    • frames

      public final int frames
      The number of frames in this movie.
    • layers

      public final List<LayerData> layers
      The layers in this movie.
    • duration

      public final float duration
      The duration of this movie, in milliseconds.
  • Method Details

    • name

      public String name()
      Description copied from interface: Symbol
      The exported name of this symbol.
      Specified by:
      name in interface Symbol
    • createInstance

      public Movie createInstance()
      Description copied from interface: Symbol
      Creates a new instance of this symbol.
      Specified by:
      createInstance in interface Symbol