| java.lang.Object com.sun.pdfview.pattern.PDFPattern
All known Subclasses: com.sun.pdfview.pattern.PatternType1,
PDFPattern | abstract public class PDFPattern (Code) | | The abstract superclass of all PDF Pattern types
|
Constructor Summary | |
protected | PDFPattern(int type) |
PDFPattern | protected PDFPattern(int type)(Code) | | Creates a new instance of PDFPattern
|
getPaint | abstract public PDFPaint getPaint(PDFPaint basePaint)(Code) | | Returns paint that represents the selected pattern
Parameters: basePaint - the background paint color, or null for none |
getPatternType | public int getPatternType()(Code) | | Get the type of this pattern
|
parse | abstract protected void parse(PDFObject patternObj, Map resources) throws IOException(Code) | | Parse the pattern-specific information from the pdf object
Parameters: patternObj - the pdfobject with data for this pattern |
setTransform | protected void setTransform(AffineTransform xform)(Code) | | Set the transform associated with this pattern
|
|
|