Class BoxList


  • public class BoxList
    extends Object
    A list of FitLayout boxes created from the backend output.
    Author:
    burgetr
    • Constructor Detail

      • BoxList

        public BoxList​(InputFile inputFile)
        Creates a box list from an input file obtained from the backend.
        Parameters:
        inputFile -
    • Method Detail

      • getBoxes

        public List<Box> getBoxes()
        Gets the complete list of boxes.
        Returns:
      • getVisibleBoxes

        public List<Box> getVisibleBoxes()
        Gets a list of all visible boxes.
        Returns: