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

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

Introduction

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

The text is from its open source code.

Field

PdfNameBM_NORMAL
A possible blend mode

Constructor

Method

voidput(PdfName key, PdfObject object)
Associates the specified PdfObject as value with the specified PdfName as key in this map.
voidsetBlendMode(PdfName bm)
The current blend mode to be used in the transparent imaging model.
voidsetFillOpacity(float n)
Sets the current stroking alpha constant, specifying the constant shape or constant opacity value to be used for nonstroking operations in the transparent imaging model.
voidsetStrokeOpacity(float n)
Sets the current stroking alpha constant, specifying the constant shape or constant opacity value to be used for stroking operations in the transparent imaging model.