com.babaroga.test.packing
Class MinimumPowOf2BoundsGenerator

java.lang.Object
  extended by com.babaroga.test.packing.BoundsGenerator
      extended by com.babaroga.test.packing.MinimumBoundsGenerator
          extended by com.babaroga.test.packing.MinimumPowOf2BoundsGenerator

public class MinimumPowOf2BoundsGenerator
extends MinimumBoundsGenerator

Generates bounding rectangles that are potentially minimal bounding rectangles with power-of-2 dimensions.


Constructor Summary
MinimumPowOf2BoundsGenerator()
          Constructs a MinimumPowOf2BoundsGenerator.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class com.babaroga.test.packing.BoundsGenerator
getBounds, getNumBoundsTested, getPackedRectangles, pack
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MinimumPowOf2BoundsGenerator

public MinimumPowOf2BoundsGenerator()
Constructs a MinimumPowOf2BoundsGenerator.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class MinimumBoundsGenerator