Uses of Class
com.babaroga.test.packing.BoundsGenerator

Packages that use BoundsGenerator
com.babaroga.test.packing   
 

Uses of BoundsGenerator in com.babaroga.test.packing
 

Subclasses of BoundsGenerator in com.babaroga.test.packing
 class ConstantBoundsGenerator
          Generates a constant bounding rectangle.
 class MinimumBoundsGenerator
          Generates bounding rectangles that are potentially minimal bounding rectangles.
 class MinimumPowOf2BoundsGenerator
          Generates bounding rectangles that are potentially minimal bounding rectangles with power-of-2 dimensions.
 class SquareBoundsGenerator
          Generates the smallest bounds with equal width and height.
 class SquarePowOf2BoundsGenerator
          Generates the smallest bounds with equal width and height that are a power-of-2.