Class PDTransparencyGroup
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.PDXObject
org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject
org.apache.pdfbox.pdmodel.graphics.form.PDTransparencyGroup
- All Implemented Interfaces:
PDContentStream
,COSObjectable
A transparency group.
- Author:
- John Hewson
-
Constructor Summary
ConstructorsConstructorDescriptionPDTransparencyGroup
(COSStream stream, ResourceCache cache) Creates a Transparency Group for reading.PDTransparencyGroup
(PDStream stream) Creates a Transparency Group for reading.PDTransparencyGroup
(PDDocument document) Creates a Transparency Group for writing, in the given document. -
Method Summary
Methods inherited from class org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject
getBBox, getContents, getContentStream, getFormType, getGroup, getMatrix, getOptionalContent, getResources, getStructParents, setBBox, setFormType, setMatrix, setOptionalContent, setResources, setStructParents
Methods inherited from class org.apache.pdfbox.pdmodel.graphics.PDXObject
createXObject, getCOSObject, getCOSStream, getPDStream, getStream
-
Constructor Details
-
PDTransparencyGroup
Creates a Transparency Group for reading.- Parameters:
stream
- The XObject stream
-
PDTransparencyGroup
Creates a Transparency Group for reading.- Parameters:
stream
- The XObject stream
-
PDTransparencyGroup
Creates a Transparency Group for writing, in the given document.- Parameters:
document
- The current document
-