Class ImageStore

java.lang.Object
icyllis.modernui.graphics.ImageStore

@Deprecated public class ImageStore extends Object
Deprecated.
  • Method Details

    • getInstance

      public static ImageStore getInstance()
      Deprecated.
      Returns:
      the global texture manager instance
    • clear

      public void clear()
      Deprecated.
    • getOrCreate

      @Nullable public Image getOrCreate(@NonNull String namespace, @NonNull String path)
      Deprecated.
      Get or create a texture image from the given resource.
      Parameters:
      namespace - the application namespace
      path - the path to the resource
      Returns:
      texture image