HPDF-1.4.2: Generation of PDF documents

Portabilityportable
Stabilityexperimental
Maintainermisc@NOSPAMalpheccar.org

Graphics.PDF.Pattern

Contents

Description

PDF Patterns

Synopsis

Pattern

data PDFColoredPattern Source

Instances

PdfObject PDFColoredPattern 
PdfResourceObject (PDFReference PDFColoredPattern) 

data PDFUncoloredPattern Source

A PDF Pattern

Instances

PdfObject PDFUncoloredPattern 
PdfResourceObject (PDFReference PDFUncoloredPattern) 

createColoredTilingSource

Arguments

:: PDFFloat

Left

-> PDFFloat

Bottom

-> PDFFloat

Right

-> PDFFloat

Top

-> PDFFloat

Horizontal step

-> PDFFloat

Vertical step

-> TilingType 
-> Draw a

Drawing commands

-> PDF (PDFReference PDFColoredPattern) 

Create a colored tiling pattern

createUncoloredTilingSource

Arguments

:: PDFFloat

Left

-> PDFFloat

Bottom

-> PDFFloat

Right

-> PDFFloat

Top

-> PDFFloat

Horizontal step

-> PDFFloat

Vertical step

-> TilingType 
-> Draw a

Drawing commands

-> PDF (PDFReference PDFUncoloredPattern) 

Create an uncolored tiling pattern