Class SourceBoxList

    • Constructor Detail

      • SourceBoxList

        public SourceBoxList​(Collection<Box> boxes,
                             boolean blockLayout)
        Creates a box list with the given layout.
        Parameters:
        boxes - the source boxes
        blockLayout - does the list use the block layout? (boxes below each other?)
    • Method Detail

      • isBlockLayout

        public boolean isBlockLayout()
        Checks whether the list of boxes uses a block layout (the boxes are below each other).
        Returns:
      • setBlockLayout

        public void setBlockLayout​(boolean blockLayout)