| |
|
| java.lang.Object com.lowagie.text.pdf.PdfObject com.lowagie.text.pdf.PdfDictionary com.lowagie.text.pdf.PdfTransparencyGroup
PdfTransparencyGroup | public class PdfTransparencyGroup extends PdfDictionary (Code) | | The transparency group dictionary.
author: Paulo Soares (psoares@consiste.pt) |
Method Summary | |
public void | setIsolated(boolean isolated) Determining the initial backdrop against which its stack is composited. | public void | setKnockout(boolean knockout) Determining whether the objects within the stack are composited with one another or only with the group's backdrop. |
PdfTransparencyGroup | public PdfTransparencyGroup()(Code) | | Constructs a transparencyGroup.
|
setIsolated | public void setIsolated(boolean isolated)(Code) | | Determining the initial backdrop against which its stack is composited.
Parameters: isolated - |
setKnockout | public void setKnockout(boolean knockout)(Code) | | Determining whether the objects within the stack are composited with one another or only with the group's backdrop.
Parameters: knockout - |
|
|
|