Class PDFContainer

    • Constructor Summary

      Constructors 
      Constructor Description
      PDFContainer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addBlock​(PDFBlock block)
      Adds a block to the container.
      java.util.List<PDFBlock> getBlocks()
      Returns the blocks in the container.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PDFContainer

        public PDFContainer()
    • Method Detail

      • getBlocks

        public java.util.List<PDFBlock> getBlocks()
        Returns the blocks in the container.
        Returns:
        the blocks in the container.
      • addBlock

        public void addBlock​(PDFBlock block)
        Adds a block to the container.
        Parameters:
        block - the block to add.