org.geotools.image.palette
Class CustomPaletteBuilder.ColorNode

Object
  extended by CustomPaletteBuilder.ColorNode
Enclosing class:
CustomPaletteBuilder

protected class CustomPaletteBuilder.ColorNode
extends Object

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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

isLeaf

public boolean isLeaf

childCount

public int childCount

children

public CustomPaletteBuilder.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

public CustomPaletteBuilder.ColorNode nextReducible
Constructor Detail

CustomPaletteBuilder.ColorNode

public CustomPaletteBuilder.ColorNode()
Method Detail

getLeafChildCount

public int getLeafChildCount()

getRGB

public int getRGB()


Copyright © 1996-2014 Geotools. All Rights Reserved.