Interface ImageFormat

  • All Known Implementing Classes:
    ImageFormats

    public interface ImageFormat
    Simple image format interface.
    • Method Detail

      • getName

        java.lang.String getName()
        Get the name of this ImageFormat.
        Returns:
        String name
      • getExtension

        java.lang.String getExtension()
        Get the file extension associated with this ImageFormat.
        Returns:
        String extension