Package com.lowagie.text.pdf
Class PdfTransparencyGroup
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfTransparencyGroup
The transparency group dictionary.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setIsolated
(boolean isolated) Determining the initial backdrop against which its stack is composited.void
setKnockout
(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 com.lowagie.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, toString
Methods inherited from class com.lowagie.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
-