Package com.aowagie.text.pdf
Class PdfTransparencyGroup
- java.lang.Object
-
- com.aowagie.text.pdf.PdfObject
-
- com.aowagie.text.pdf.PdfDictionary
-
- com.aowagie.text.pdf.PdfTransparencyGroup
-
class PdfTransparencyGroup extends PdfDictionary
The transparency group dictionary.
-
-
Field Summary
-
Fields inherited from class com.aowagie.text.pdf.PdfDictionary
CATALOG, hashMap, OUTLINES, PAGE
-
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
-
Constructor Summary
Constructors Constructor Description PdfTransparencyGroup()
Constructs a transparencyGroup.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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.aowagie.text.pdf.PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, remove, size, toPdf, toString
-
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
-
-
-
Method Detail
-
setIsolated
public void setIsolated(boolean isolated)
Determining the initial backdrop against which its stack is composited.- Parameters:
isolated
-
-
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
-
-
-