Class PNGSuggestedPaletteEntry
java.lang.Object
org.apache.xmlgraphics.image.codec.png.PNGSuggestedPaletteEntry
- All Implemented Interfaces:
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.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The alpha opacity value of the entry.int
The blue color value of the entry.int
The probable frequency of the color in the image.int
The green color value of the entry.The name of the entry.int
The red color value of the entry.int
The depth of the color samples. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the entry. -
sampleDepth
public int sampleDepthThe depth of the color samples. -
red
public int redThe red color value of the entry. -
green
public int greenThe green color value of the entry. -
blue
public int blueThe blue color value of the entry. -
alpha
public int alphaThe alpha opacity value of the entry. -
frequency
public int frequencyThe probable frequency of the color in the image.
-
-
Constructor Details
-
PNGSuggestedPaletteEntry
public PNGSuggestedPaletteEntry()
-