public class FindEmptyRects
extends java.lang.Object
Constructor and Description |
---|
FindEmptyRects() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ERectangle> |
findEmptySpace(java.util.List<ERectangle> rectangles,
ERectangle bound)
Main method of the class.
|
public java.util.List<ERectangle> findEmptySpace(java.util.List<ERectangle> rectangles, ERectangle bound)
rectangles
- the full rectangles.bound
- the bound in which to work.