Java org.apache.pdfbox.pdmodel.graphics.pattern PDTilingPattern fields, constructors, methods, implement or subclass

Example usage for Java org.apache.pdfbox.pdmodel.graphics.pattern PDTilingPattern fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.pdfbox.pdmodel.graphics.pattern PDTilingPattern.

The text is from its open source code.

Field

intPAINT_COLORED
paint type 1 = colored tiling pattern.
intTILING_CONSTANT_SPACING_FASTER_TILING
tiling type 3 = constant spacing and faster tiling.

Constructor

PDTilingPattern()
Creates a new tiling pattern.

Method

PDRectanglegetBBox()
An array of four numbers in the form coordinate system (see below), giving the coordinates of the left, bottom, right, and top edges, respectively, of the pattern's bounding box.
COSDictionarygetCOSObject()
This will get the underlying dictionary.
PDResourcesgetResources()
This will get the resources for this pattern.
floatgetXStep()
This will return the XStep value.
floatgetYStep()
This will return the YStep value.
voidsetBBox(PDRectangle bbox)
This will set the BBox (bounding box) for this Pattern.
voidsetPaintType(int paintType)
This will set the paint type.
voidsetTilingType(int tilingType)
This will set the tiling type.
voidsetXStep(float xStep)
This will set the XStep value.
voidsetYStep(float yStep)
This will set the YStep value.