|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 |
alpha
The alpha opacity value of the entry. |
int |
blue
The blue color value of the entry. |
int |
frequency
The probable frequency of the color in the image. |
int |
green
The green color value of the entry. |
String |
name
The name of the entry. |
int |
red
The red color value of the entry. |
int |
sampleDepth
The 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()
|
mxGraph 2.5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |