Class Form.ILBMForm

  • Enclosing class:
    Form

    static final class Form.ILBMForm
    extends Form
    The set of chunks used in the "original" ILBM, and also ACBM, PBM and RGB8 FORMs.
    • Method Detail

      • validFormType

        private static boolean validFormType​(int formType)
      • width

        int width()
        Specified by:
        width in class Form
      • height

        int height()
        Specified by:
        height in class Form
      • bitplanes

        int bitplanes()
        Specified by:
        bitplanes in class Form
      • aspect

        double aspect()
        Specified by:
        aspect in class Form
      • isEHB

        boolean isEHB()
      • isHAM

        boolean isHAM()
        Overrides:
        isHAM in class Form
      • isLaced

        boolean isLaced()
      • colorMap

        public java.awt.image.IndexColorModel colorMap()
                                                throws javax.imageio.IIOException
        Overrides:
        colorMap in class Form
        Throws:
        javax.imageio.IIOException
      • colorMapForRow

        public java.awt.image.ColorModel colorMapForRow​(java.awt.image.IndexColorModel colorModel,
                                                        int row)
        Overrides:
        colorMapForRow in class Form
      • hasThumbnail

        public boolean hasThumbnail()
        Specified by:
        hasThumbnail in class Form
      • thumbnailWidth

        public int thumbnailWidth()
        Specified by:
        thumbnailWidth in class Form
      • thumbnail

        public java.awt.image.BufferedImage thumbnail()
        Specified by:
        thumbnail in class Form
      • bodyOffset

        long bodyOffset()
        Specified by:
        bodyOffset in class Form
      • bodyLength

        long bodyLength()
        Specified by:
        bodyLength in class Form
      • with

        Form.ILBMForm with​(IFFChunk chunk)
                    throws javax.imageio.IIOException
        Overrides:
        with in class Form
        Throws:
        javax.imageio.IIOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Form