com.lowagie.text.pdf

Class PdfTransparencyGroup

public class PdfTransparencyGroup extends PdfDictionary

The transparency group dictionary.

Author: Paulo Soares (psoares@consiste.pt)

Constructor Summary
PdfTransparencyGroup()
Constructs a transparencyGroup.
Method Summary
voidsetIsolated(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.

Constructor Detail

PdfTransparencyGroup

public PdfTransparencyGroup()
Constructs a transparencyGroup.

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