Package placement
Class PFS
java.lang.Object
placement.PFS
- All Implemented Interfaces:
RectanglePlacement
public class PFS extends Object implements RectanglePlacement
-
Constructor Summary
Constructors Constructor Description PFS(double xgap, double ygap)
-
Method Summary
Modifier and Type Method Description void
place(ArrayList<Rectangle2D> rectangles)
-
Constructor Details
-
PFS
public PFS(double xgap, double ygap)
-
-
Method Details
-
place
- Specified by:
place
in interfaceRectanglePlacement
-