org.apache.sanselan.formats.png
Class PngImageInfo

java.lang.Object
  extended by org.apache.sanselan.ImageInfo
      extended by org.apache.sanselan.formats.png.PngImageInfo

public class PngImageInfo
extends ImageInfo


Field Summary
 
Fields inherited from class org.apache.sanselan.ImageInfo
COLOR_TYPE_BW, COLOR_TYPE_CMYK, COLOR_TYPE_GRAYSCALE, COLOR_TYPE_OTHER, COLOR_TYPE_RGB, COLOR_TYPE_UNKNOWN, COMPRESSION_ALGORITHM_CCITT_1D, COMPRESSION_ALGORITHM_CCITT_GROUP_3, COMPRESSION_ALGORITHM_CCITT_GROUP_4, COMPRESSION_ALGORITHM_JPEG, COMPRESSION_ALGORITHM_LZW, COMPRESSION_ALGORITHM_NONE, COMPRESSION_ALGORITHM_PACKBITS, COMPRESSION_ALGORITHM_PNG_FILTER, COMPRESSION_ALGORITHM_PSD, COMPRESSION_ALGORITHM_RLE, COMPRESSION_ALGORITHM_UNKNOWN
 
Constructor Summary
PngImageInfo(java.lang.String formatDetails, int bitsPerPixel, java.util.ArrayList comments, ImageFormat format, java.lang.String formatName, int height, java.lang.String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean isProgressive, boolean isTransparent, boolean usesPalette, int colorType, java.lang.String compressionAlgorithm, java.util.List textChunks)
           
 
Method Summary
 java.util.List getTextChunks()
           
 
Methods inherited from class org.apache.sanselan.ImageInfo
dump, getBitsPerPixel, getColorType, getColorTypeDescription, getComments, getFormat, getFormatName, getHeight, getIsProgressive, getMimeType, getNumberOfImages, getPhysicalHeightDpi, getPhysicalHeightInch, getPhysicalWidthDpi, getPhysicalWidthInch, getWidth, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PngImageInfo

public PngImageInfo(java.lang.String formatDetails,
                    int bitsPerPixel,
                    java.util.ArrayList comments,
                    ImageFormat format,
                    java.lang.String formatName,
                    int height,
                    java.lang.String mimeType,
                    int numberOfImages,
                    int physicalHeightDpi,
                    float physicalHeightInch,
                    int physicalWidthDpi,
                    float physicalWidthInch,
                    int width,
                    boolean isProgressive,
                    boolean isTransparent,
                    boolean usesPalette,
                    int colorType,
                    java.lang.String compressionAlgorithm,
                    java.util.List textChunks)
Method Detail

getTextChunks

public java.util.List getTextChunks()


Copyright © 2007-2009. All Rights Reserved.