Interface Symbol

All Known Implementing Classes:
Movie.Symbol, Texture.Symbol

public interface Symbol
Defines a Flump symbol.
  • Method Summary

    Modifier and Type
    Method
    Description
    Creates a new instance of this symbol.
    The exported name of this symbol.
  • Method Details

    • name

      String name()
      The exported name of this symbol.
    • createInstance

      Instance createInstance()
      Creates a new instance of this symbol.