com.lowagie.text.pdf

Class PdfPattern

public class PdfPattern extends PdfStream

A PdfPattern defines a ColorSpace

See Also: PdfStream

Constructor Summary
PdfPattern(PdfPatternPainter painter)
Creates a PdfPattern object.
PdfPattern(PdfPatternPainter painter, int compressionLevel)
Creates a PdfPattern object.

Constructor Detail

PdfPattern

PdfPattern(PdfPatternPainter painter)
Creates a PdfPattern object.

Parameters: painter a pattern painter instance

PdfPattern

PdfPattern(PdfPatternPainter painter, int compressionLevel)
Creates a PdfPattern object.

Parameters: painter a pattern painter instance compressionLevel the compressionLevel for the stream

Since: 2.1.3