Java com.lowagie.text.pdf PdfTransparencyGroup fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfTransparencyGroup fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfTransparencyGroup.

The text is from its open source code.

Constructor

PdfTransparencyGroup()
Constructs a transparencyGroup.

Method

voidput(PdfName key, PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.
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.