|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.image.palette.CustomPaletteBuilder.ColorNode
protected class CustomPaletteBuilder.ColorNode
The node of color tree.
Field Summary | |
---|---|
long |
blue
|
int |
childCount
|
CustomPaletteBuilder.ColorNode[] |
children
|
int |
colorCount
|
long |
green
|
boolean |
isLeaf
|
int |
level
|
CustomPaletteBuilder.ColorNode |
nextReducible
|
int |
paletteIndex
|
long |
red
|
Constructor Summary | |
---|---|
CustomPaletteBuilder.ColorNode()
|
Method Summary | |
---|---|
int |
getLeafChildCount()
|
int |
getRGB()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean isLeaf
public int childCount
public CustomPaletteBuilder.ColorNode[] children
public int colorCount
public long red
public long blue
public long green
public int paletteIndex
public int level
public CustomPaletteBuilder.ColorNode nextReducible
Constructor Detail |
---|
public CustomPaletteBuilder.ColorNode()
Method Detail |
---|
public int getLeafChildCount()
public int getRGB()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |