com.sun.pdfview.colorspace
public class PatternSpace extends PDFColorSpace
| Constructor Summary | |
|---|---|
| PatternSpace() | |
| PatternSpace(PDFColorSpace base)
Create a pattern space with the given color space as a base | |
| Method Summary | |
|---|---|
| PDFColorSpace | getBase()
Get the base color space |
| PDFPaint | getPaint(PDFObject patternObj, float[] components, Map resources)
Get the paint representing a pattern, optionally with the given
base paint.
|
Parameters: patternObj the pattern to render components the components of the base paint