Package org.apache.pdfbox.multipdf
Class Overlay.LayoutPage
- java.lang.Object
-
- org.apache.pdfbox.multipdf.Overlay.LayoutPage
-
- Enclosing class:
- Overlay
private static final class Overlay.LayoutPage extends java.lang.Object
Stores the overlay page information.
-
-
Field Summary
Fields Modifier and Type Field Description private COSStream
overlayContentStream
private PDRectangle
overlayMediaBox
private COSDictionary
overlayResources
private int
overlayRotation
-
Constructor Summary
Constructors Modifier Constructor Description private
LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation)
-
-
-
Field Detail
-
overlayMediaBox
private final PDRectangle overlayMediaBox
-
overlayContentStream
private final COSStream overlayContentStream
-
overlayResources
private final COSDictionary overlayResources
-
overlayRotation
private final int overlayRotation
-
-
Constructor Detail
-
LayoutPage
private LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation)
-
-