| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mxgraph.util.png.mxPngSuggestedPaletteEntry
public class mxPngSuggestedPaletteEntry
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 | |
|---|---|
|  int | alphaThe alpha opacity value of the entry. | 
|  int | blueThe blue color value of the entry. | 
|  int | frequencyThe probable frequency of the color in the image. | 
|  int | greenThe green color value of the entry. | 
|  String | nameThe name of the entry. | 
|  int | redThe red color value of the entry. | 
|  int | sampleDepthThe depth of the color samples. | 
| Constructor Summary | |
|---|---|
| mxPngSuggestedPaletteEntry() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public String name
public int sampleDepth
public int red
public int green
public int blue
public int alpha
public int frequency
| Constructor Detail | 
|---|
public mxPngSuggestedPaletteEntry()
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||