Class PNGSuggestedPaletteEntry
java.lang.Object
org.apache.batik.ext.awt.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 TypeFieldDescriptionintThe alpha opacity value of the entry.intThe blue color value of the entry.intThe probable frequency of the color in the image.intThe green color value of the entry.The name of the entry.intThe red color value of the entry.intThe 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()
-