Class PdfContentStreamProcessor.ResourceDictionary

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    PdfContentStreamProcessor

    private static class PdfContentStreamProcessor.ResourceDictionary
    extends PdfDictionary
    A resource dictionary that allows stack-like behavior to support resource dictionary inheritance
    • Field Detail

      • resourcesStack

        private final java.util.List<PdfDictionary> resourcesStack
    • Constructor Detail

      • ResourceDictionary

        public ResourceDictionary()
    • Method Detail

      • pop

        public void pop()
      • getDirectObject

        public PdfObject getDirectObject​(PdfName key)
        Description copied from class: PdfDictionary
        Returns the PdfObject associated to the specified key, resolving a possible indirect reference to a direct object. This method will never return a PdfIndirectReference object.
        Overrides:
        getDirectObject in class PdfDictionary
        Parameters:
        key - A key for the PdfObject to be returned
        Returns:
        A direct PdfObject or null