Package com.babaroga.test.packing

Class Summary
BoundsGenerator A BoundsGenerator generates potential bounding rectangles.
BspPacker A binary space partitioning rectangle packer.
ConstantBoundsGenerator Generates a constant bounding rectangle.
MinimumBoundsGenerator Generates bounding rectangles that are potentially minimal bounding rectangles.
MinimumPowOf2BoundsGenerator Generates bounding rectangles that are potentially minimal bounding rectangles with power-of-2 dimensions.
RectanglePacker Abstract base class for all rectangle packers.
SimplePacker 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.
SquareBoundsGenerator Generates the smallest bounds with equal width and height.
SquarePowOf2BoundsGenerator Generates the smallest bounds with equal width and height that are a power-of-2.