|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.babaroga.test.packing.BoundsGenerator
com.babaroga.test.packing.MinimumBoundsGenerator
public class MinimumBoundsGenerator
Generates bounding rectangles that are potentially minimal bounding rectangles.
| Constructor Summary | |
|---|---|
MinimumBoundsGenerator(boolean fastSearch)
Constructs a MinimumBoundsGenerator. |
|
| 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 |
|---|
public MinimumBoundsGenerator(boolean fastSearch)
fastSearch - If true an attempt will be made to lower
the number of generated bounds at the expense of generating the most
optimal bounds.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||