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 SummaryConstructors
- 
Method SummaryModifier 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- 
PDFPatternpublic PDFPattern()
 
- 
- 
Method Details- 
getInstance
- 
getTransformReturns the pattern space->default space transform
- 
getGStateReturns the extended gstate object (if one exists) associated with the pattern
- 
getPaintReturns the awt Paint object which will render the pattern
 
-