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

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

Introduction

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

The text is from its open source code.

Field

intNONZERO_WINDING_RULE
The nonzero winding number rule determines whether a given point is inside a path by conceptually drawing a ray from that point to infinity in any direction and then examining the places where a segment of the path crosses the ray.
intEVEN_ODD_RULE
The even-odd rule determines whether a point is inside a path by drawing a ray from that point in any direction and simply counting the number of path segments that cross the ray, regardless of direction.
intSTROKE
Value specifying stroke operation to perform on the current path.
intFILL
Value specifying fill operation to perform on the current path.

Method