Package com.ribs.pdf
Class PDFPattern
- java.lang.Object
- 
- com.ribs.pdf.PDFPattern
 
- 
- Direct Known Subclasses:
- PDFShadingPattern,- PDFTilingPattern
 
 public abstract class PDFPattern extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description PDFPattern()
 - 
Method SummaryAll Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.util.MapgetGState()Returns the extended gstate object (if one exists) associated with the patternstatic PDFPatterngetInstance(java.lang.Object pat, PDFFile srcFile)abstract java.awt.PaintgetPaint()Returns the awt Paint object which will render the patternabstract java.awt.geom.AffineTransformgetTransform()Returns the pattern space->default space transform
 
- 
- 
- 
Method Detail- 
getInstancepublic static PDFPattern getInstance(java.lang.Object pat, PDFFile srcFile) 
 - 
getTransformpublic abstract java.awt.geom.AffineTransform getTransform() Returns the pattern space->default space transform
 - 
getGStatepublic java.util.Map getGState() Returns the extended gstate object (if one exists) associated with the pattern
 - 
getPaintpublic abstract java.awt.Paint getPaint() Returns the awt Paint object which will render the pattern
 
- 
 
-