Class BoxList
- java.lang.Object
-
- cz.vutbr.fit.layout.puppeteer.impl.BoxList
-
public class BoxList extends Object
A list of FitLayout boxes created from the backend output.- Author:
- burgetr
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Box>
getBoxes()
Gets the complete list of boxes.List<Box>
getVisibleBoxes()
Gets a list of all visible boxes.
-
-
-
Constructor Detail
-
BoxList
public BoxList(InputFile inputFile)
Creates a box list from an input file obtained from the backend.- Parameters:
inputFile
-
-
-