org.apache.batik.ext.awt.image.codec.png

Class PNGSuggestedPaletteEntry

public class PNGSuggestedPaletteEntry extends Object implements Serializable

A class representing the fields of a PNG suggested palette entry.

This class is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.

Field Summary
intalpha
The alpha opacity value of the entry.
intblue
The blue color value of the entry.
intfrequency
The probable frequency of the color in the image.
intgreen
The green color value of the entry.
Stringname
The name of the entry.
intred
The red color value of the entry.
intsampleDepth
The depth of the color samples.

Field Detail

alpha

public int alpha
The alpha opacity value of the entry.

blue

public int blue
The blue color value of the entry.

frequency

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

green

public int green
The green color value of the entry.

name

public String name
The name of the entry.

red

public int red
The red color value of the entry.

sampleDepth

public int sampleDepth
The depth of the color samples.
Copyright B) 2008 Apache Software Foundation. All Rights Reserved.