org.exoplatform.imageio.plugins.common
Class PaletteBuilder.ColorNode

java.lang.Object
  extended by org.exoplatform.imageio.plugins.common.PaletteBuilder.ColorNode
Enclosing class:
PaletteBuilder

protected class PaletteBuilder.ColorNode
extends Object

The node of color tree.


Field Summary
 long blue
           
 int childCount
           
 int colorCount
           
 long green
           
 boolean isLeaf
           
 int level
           
 int paletteIndex
           
 long red
           
 
Constructor Summary
PaletteBuilder.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

isLeaf

public boolean isLeaf

childCount

public int childCount

colorCount

public int colorCount

red

public long red

blue

public long blue

green

public long green

paletteIndex

public int paletteIndex

level

public int level
Constructor Detail

PaletteBuilder.ColorNode

public PaletteBuilder.ColorNode()
Method Detail

getLeafChildCount

public int getLeafChildCount()

getRGB

public int getRGB()


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.