java.lang.Object
org.openpdf.text.pdf.PdfObject
org.openpdf.text.pdf.PdfDictionary
org.openpdf.text.pdf.PdfTransparencyGroup
The transparency group dictionary.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetIsolated(boolean isolated) Determining the initial backdrop against which its stack is composited.voidsetKnockout(boolean knockout) Determining whether the objects within the stack are composited with one another or only with the group's backdrop.Methods inherited from class org.openpdf.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class org.openpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfTransparencyGroup
public PdfTransparencyGroup()Constructs a transparencyGroup.
-
-
Method Details
-
setIsolated
public void setIsolated(boolean isolated) Determining the initial backdrop against which its stack is composited.- Parameters:
isolated- true to set, false to remove
-
setKnockout
public void setKnockout(boolean knockout) Determining whether the objects within the stack are composited with one another or only with the group's backdrop.- Parameters:
knockout- boolean value to set
-