Class ScanExpediterInterlaced

    • Field Detail

      • STARTING_ROW

        private static final int[] STARTING_ROW
      • STARTING_COL

        private static final int[] STARTING_COL
      • ROW_INCREMENT

        private static final int[] ROW_INCREMENT
      • COL_INCREMENT

        private static final int[] COL_INCREMENT
    • Constructor Detail

      • ScanExpediterInterlaced

        ScanExpediterInterlaced​(int width,
                                int height,
                                java.io.InputStream is,
                                java.awt.image.BufferedImage bi,
                                PngColorType pngColorType,
                                int bitDepth,
                                int bitsPerPixel,
                                PngChunkPlte fPNGChunkPLTE,
                                GammaCorrection gammaCorrection,
                                TransparencyFilter transparencyFilter)