Class PaletteBuilder.ColorNode
- java.lang.Object
-
- com.github.jaiimageio.impl.common.PaletteBuilder.ColorNode
-
- Enclosing class:
- PaletteBuilder
protected class PaletteBuilder.ColorNode extends java.lang.ObjectThe node of color tree.
-
-
Field Summary
Fields Modifier and Type Field Description longblueintchildCount(package private) PaletteBuilder.ColorNode[]childrenintcolorCountlonggreenbooleanisLeafintlevel(package private) PaletteBuilder.ColorNodenextReducibleintpaletteIndexlongred
-
Constructor Summary
Constructors Constructor Description ColorNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetLeafChildCount()intgetRGB()
-
-
-
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
-
-