Class PaletteBuilder.ColorNode
- java.lang.Object
-
- com.github.jaiimageio.impl.common.PaletteBuilder.ColorNode
-
- Enclosing class:
- PaletteBuilder
protected class PaletteBuilder.ColorNode extends java.lang.Object
The node of color tree.
-
-
Field Summary
Fields Modifier and Type Field Description long
blue
int
childCount
(package private) PaletteBuilder.ColorNode[]
children
int
colorCount
long
green
boolean
isLeaf
int
level
(package private) PaletteBuilder.ColorNode
nextReducible
int
paletteIndex
long
red
-
Constructor Summary
Constructors Constructor Description ColorNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLeafChildCount()
int
getRGB()
-
-
-
Field Detail
-
isLeaf
public boolean isLeaf
-
childCount
public int childCount
-
children
PaletteBuilder.ColorNode[] children
-
colorCount
public int colorCount
-
red
public long red
-
blue
public long blue
-
green
public long green
-
paletteIndex
public int paletteIndex
-
level
public int level
-
nextReducible
PaletteBuilder.ColorNode nextReducible
-
-