Class PDFPattern
java.lang.Object
com.inductiveautomation.rm.pdf.reader.PDFPattern
- Direct Known Subclasses:
ShadingPattern,TilingPattern
PDFPattern.java
Created Dec 15, 2005
Copyright (c) 2005 by Joshua Doenias
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the extended gstate object (if one exists) associated with the patternstatic PDFPatterngetInstance(Object pat, PDFFile srcFile) abstract PaintgetPaint()Returns the awt Paint object which will render the patternabstract AffineTransformReturns the pattern space->default space transform
-
Constructor Details
-
PDFPattern
public PDFPattern()
-
-
Method Details
-
getInstance
-
getTransform
Returns the pattern space->default space transform -
getGState
Returns the extended gstate object (if one exists) associated with the pattern -
getPaint
Returns the awt Paint object which will render the pattern
-