JIU 0.14.3

Uses of Class
net.sourceforge.jiu.color.quantization.OctreeNode

Packages that use OctreeNode
net.sourceforge.jiu.color.quantization Classes to perform color image quantization, the reduction of the number of unique colors in an image. 
 

Uses of OctreeNode in net.sourceforge.jiu.color.quantization
 

Methods in net.sourceforge.jiu.color.quantization that return OctreeNode
 OctreeNode[] OctreeNode.getChildren()
           
 

Methods in net.sourceforge.jiu.color.quantization with parameters of type OctreeNode
static boolean OctreeNode.add(OctreeNode root, int red, int green, int blue, int bitsPerSample)
          Add a color red-green-blue to the octree, given by its root node.
 void OctreeNode.setChildren(OctreeNode[] newChildren)
           
 


JIU 0.14.3

Copyright © 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Marco Schmidt