xmlgraphics-commons 1.2

Serialized Form


Package org.apache.xmlgraphics.image.codec.png

Class org.apache.xmlgraphics.image.codec.png.PNGDecodeParam extends java.lang.Object implements Serializable

Serialized Fields

suppressAlpha

boolean suppressAlpha

expandPalette

boolean expandPalette

output8BitGray

boolean output8BitGray

performGammaCorrection

boolean performGammaCorrection

userExponent

float userExponent

displayExponent

float displayExponent

expandGrayAlpha

boolean expandGrayAlpha

generateEncodeParam

boolean generateEncodeParam

encodeParam

PNGEncodeParam encodeParam

Class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam extends java.lang.Object implements Serializable

Serialized Fields

bitDepth

int bitDepth

bitDepthSet

boolean bitDepthSet

useInterlacing

boolean useInterlacing

chromaticity

float[] chromaticity

chromaticitySet

boolean chromaticitySet

gamma

float gamma

gammaSet

boolean gammaSet

paletteHistogram

int[] paletteHistogram

paletteHistogramSet

boolean paletteHistogramSet

ICCProfileData

byte[] ICCProfileData

ICCProfileDataSet

boolean ICCProfileDataSet

physicalDimension

int[] physicalDimension

physicalDimensionSet

boolean physicalDimensionSet

suggestedPalette

PNGSuggestedPaletteEntry[] suggestedPalette

suggestedPaletteSet

boolean suggestedPaletteSet

significantBits

int[] significantBits

significantBitsSet

boolean significantBitsSet

SRGBIntent

int SRGBIntent

SRGBIntentSet

boolean SRGBIntentSet

text

java.lang.String[] text

textSet

boolean textSet

modificationTime

java.util.Date modificationTime

modificationTimeSet

boolean modificationTimeSet

transparencySet

boolean transparencySet

zText

java.lang.String[] zText

zTextSet

boolean zTextSet

chunkType

java.util.List<E> chunkType

chunkData

java.util.List<E> chunkData

Class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Gray extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundPaletteGray

int backgroundPaletteGray

transparency

int[] transparency

bitShift

int bitShift

bitShiftSet

boolean bitShiftSet

Class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.Palette extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

palette

int[] palette

paletteSet

boolean paletteSet

backgroundPaletteIndex

int backgroundPaletteIndex

transparency

int[] transparency

Class org.apache.xmlgraphics.image.codec.png.PNGEncodeParam.RGB extends PNGEncodeParam implements Serializable

Serialized Fields

backgroundSet

boolean backgroundSet

backgroundRGB

int[] backgroundRGB

transparency

int[] transparency

Class org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name
The name of the entry.


sampleDepth

int sampleDepth
The depth of the color samples.


red

int red
The red color value of the entry.


green

int green
The green color value of the entry.


blue

int blue
The blue color value of the entry.


alpha

int alpha
The alpha opacity value of the entry.


frequency

int frequency
The probable frequency of the color in the image.


Package org.apache.xmlgraphics.image.codec.tiff

Class org.apache.xmlgraphics.image.codec.tiff.TIFFDecodeParam extends java.lang.Object implements Serializable

Serialized Fields

decodePaletteAsShorts

boolean decodePaletteAsShorts

ifdOffset

java.lang.Long ifdOffset

convertJPEGYCbCrToRGB

boolean convertJPEGYCbCrToRGB

Class org.apache.xmlgraphics.image.codec.tiff.TIFFDirectory extends java.lang.Object implements Serializable

Serialized Fields

isBigEndian

boolean isBigEndian
A boolean storing the endianness of the stream.


numEntries

int numEntries
The number of entries in the IFD.


fields

TIFFField[] fields
An array of TIFFFields.


fieldIndex

java.util.Map<K,V> fieldIndex
A Hashtable indexing the fields by tag number.


IFDOffset

long IFDOffset
The offset of this IFD.


nextIFDOffset

long nextIFDOffset
The offset of the next IFD.

Class org.apache.xmlgraphics.image.codec.tiff.TIFFEncodeParam extends java.lang.Object implements Serializable

Serialized Fields

compression

int compression

writeTiled

boolean writeTiled

tileWidth

int tileWidth

tileHeight

int tileHeight

extraImages

java.util.Iterator<E> extraImages

extraFields

TIFFField[] extraFields

convertJPEGRGBToYCbCr

boolean convertJPEGRGBToYCbCr

jpegEncodeParam

JPEGEncodeParam jpegEncodeParam

deflateLevel

int deflateLevel

Class org.apache.xmlgraphics.image.codec.tiff.TIFFField extends java.lang.Object implements Serializable

Serialized Fields

tag

int tag
The tag number.


type

int type
The tag type.


count

int count
The number of data items present in the field.


data

java.lang.Object data
The field data.


Package org.apache.xmlgraphics.image.codec.util

Package org.apache.xmlgraphics.ps

Class org.apache.xmlgraphics.ps.PSState extends java.lang.Object implements Serializable

Serialized Fields

transform

java.awt.geom.AffineTransform transform

transformConcatList

java.util.List<E> transformConcatList

linecap

int linecap

linewidth

double linewidth

dashpattern

java.lang.String dashpattern

color

java.awt.Color color

fontname

java.lang.String fontname

fontsize

float fontsize

Package org.apache.xmlgraphics.ps.dsc

Class org.apache.xmlgraphics.ps.dsc.DSCException extends java.lang.Exception implements Serializable

serialVersionUID: -1549406547978409615L


Package org.apache.xmlgraphics.util

Class org.apache.xmlgraphics.util.QName extends java.lang.Object implements Serializable

serialVersionUID: -5225376740044770690L

Serialized Fields

namespaceURI

java.lang.String namespaceURI

localName

java.lang.String localName

prefix

java.lang.String prefix

hashCode

int hashCode


xmlgraphics-commons 1.2

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.