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

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

Introduction

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

The text is from its open source code.

Field

PdfNameBM_NORMAL
A possible blend mode
PdfNameBM_COMPATIBLE
A possible blend mode

Constructor

Method

voidsetBlendMode(PdfName bm)
The current blend mode to be used in the transparent imaging model.
voidsetFillOpacity(float ca)
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 ca)
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.