Uses of Class
sk.upjs.fontmapper.BinaryPacker.Node

Uses of BinaryPacker.Node in sk.upjs.fontmapper
 

Fields in sk.upjs.fontmapper declared as BinaryPacker.Node
private  BinaryPacker.Node BinaryPacker.Node.child_a_
          Child nodes, if any.
private  BinaryPacker.Node BinaryPacker.Node.child_b_
           
private  BinaryPacker.Node BinaryPacker.root_
          Root node of the binary tree.
 

Methods in sk.upjs.fontmapper that return BinaryPacker.Node
 BinaryPacker.Node BinaryPacker.Node.insert(java.awt.Dimension size)
          Try to insert a texture space with given size to the node.