Class SVGTextureKey

All Implemented Interfaces:
Savable, Cloneable

public class SVGTextureKey extends TextureKey
  • Constructor Details

    • SVGTextureKey

      public SVGTextureKey(String name, int width, int height)
    • SVGTextureKey

      public SVGTextureKey(String name, boolean flipY, int width, int height)
  • Method Details

    • getExtension

      public String getExtension()
      Overrides:
      getExtension in class AssetKey<Texture>
      Returns:
      The extension of the AssetKey's name. For example, the name "Interface/Logo/Monkey.png" has an extension of "png".
    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class TextureKey
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class TextureKey