Uses of Class
net.sourceforge.jiu.color.quantization.OctreeNode
Packages that use OctreeNode
-
Uses of OctreeNode in net.sourceforge.jiu.color.quantization
Fields in net.sourceforge.jiu.color.quantization declared as OctreeNodeModifier and TypeFieldDescriptionprivate OctreeNode[]OctreeNode.childrenprivate OctreeNodeOctreeColorQuantizer.rootMethods in net.sourceforge.jiu.color.quantization that return OctreeNodeMethods in net.sourceforge.jiu.color.quantization with parameters of type OctreeNodeModifier and TypeMethodDescriptionstatic booleanOctreeNode.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.private intOctreeColorQuantizer.assignPaletteIndexValues(OctreeNode node, int index) If node is a leaf node, this method assigns palette index values and determines the representative color, otherwise it simply recursively calls itself for all child nodes.private voidOctreeColorQuantizer.initPalette(OctreeNode node, Palette palette) voidOctreeNode.setChildren(OctreeNode[] newChildren)