Imagepublic class ImageRawCCITTFax extends ImageRawStream
ImageRawStream.ByteArrayStreamFactory, ImageRawStream.InputStreamFactory| Constructor | Description |
|---|---|
ImageRawCCITTFax(ImageInfo info,
java.io.InputStream in,
int compression) |
Main constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.awt.color.ColorSpace |
getColorSpace() |
Returns the image's color space
|
int |
getCompression() |
Returns the TIFF compression scheme.
|
getICCProfile, getInfo, getSize, toStringcreateInputStream, getFlavor, getMimeType, isCacheable, setInputStreamFactory, writeTopublic ImageRawCCITTFax(ImageInfo info, java.io.InputStream in, int compression)
info - the image info objectin - the ImageInputStream with the raw contentcompression - the integer value of the TIFF compression schemepublic java.awt.color.ColorSpace getColorSpace()
getColorSpace in interface ImagegetColorSpace in class AbstractImagepublic int getCompression()
Copyright 1999-2018 The Apache Software Foundation. All Rights Reserved.