java.io.Serializable
public class PdfTransparencyGroup extends PdfDictionary
Constructor | Description |
---|---|
PdfTransparencyGroup() |
Constructs a transparencyGroup.
|
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public PdfTransparencyGroup()
public void setIsolated(boolean isolated)
isolated
- public void setKnockout(boolean knockout)
knockout
- Copyright © 1998–2018. All rights reserved.