Class ImageLineBI.Png2BufferedImageAdapter

  • Enclosing class:
    ImageLineBI

    public static class ImageLineBI.Png2BufferedImageAdapter
    extends Object
    • Constructor Detail

      • Png2BufferedImageAdapter

        public Png2BufferedImageAdapter​(ar.com.hjg.pngj.ImageInfo iminfo,
                                        ar.com.hjg.pngj.chunks.PngChunkPLTE pal,
                                        ar.com.hjg.pngj.chunks.PngChunkTRNS trns)
    • Method Detail

      • computeParams

        protected void computeParams()
      • createBufferedImage

        public BufferedImage createBufferedImage()
      • createBufferedImage

        public BufferedImage createBufferedImage​(int cols,
                                                 int rows)
      • getIminfo

        public ar.com.hjg.pngj.ImageInfo getIminfo()
      • getDatatype

        public int getDatatype()
      • isWithPalette

        public boolean isWithPalette()
      • isTransparency

        public boolean isTransparency()
      • isPackedBytes

        public boolean isPackedBytes()
      • getComponents

        public int getComponents()
      • getBiType

        public int getBiType()
      • setPreferCustom

        public void setPreferCustom​(boolean preferCustom)
      • isBgrOrder

        public boolean isBgrOrder()