Class UndefinedBlock

  • All Implemented Interfaces:
    Block, ComposedBlock

    public class UndefinedBlock
    extends AbstractComposedBlock
    A block group that cannot be correctly decomposed anymore. All subBlocks are superposed.
    Author:
    Geoffroy Jamgotchian , Franck Lecuyer
    • Constructor Detail

      • UndefinedBlock

        public UndefinedBlock​(List<Block> subBlocks)
    • Method Detail

      • sizing

        public void sizing()
        Description copied from interface: Block
        Calculate maximal pxWidth that layout.block can use in a cell without modifying root pxWidth
      • accept

        public void accept​(BlockVisitor blockVisitor)