A B C G I M N P R S T U

S

SimplePacker - Class in com.babaroga.test.packing
Very simple rectangle packer that attempts to pack rectangles by placing as many rectangles in a row before moving to the next y-coordinate while preventing overlap with the previous row.
SimplePacker() - Constructor for class com.babaroga.test.packing.SimplePacker
 
SquareBoundsGenerator - Class in com.babaroga.test.packing
Generates the smallest bounds with equal width and height.
SquareBoundsGenerator() - Constructor for class com.babaroga.test.packing.SquareBoundsGenerator
 
SquarePowOf2BoundsGenerator - Class in com.babaroga.test.packing
Generates the smallest bounds with equal width and height that are a power-of-2.
SquarePowOf2BoundsGenerator() - Constructor for class com.babaroga.test.packing.SquarePowOf2BoundsGenerator
 

A B C G I M N P R S T U