Class PDFPattern

  • Direct Known Subclasses:
    ShadingPattern, TilingPattern

    public abstract class PDFPattern
    extends java.lang.Object
    PDFPattern.java Created Dec 15, 2005 Copyright (c) 2005 by Joshua Doenias
    • Constructor Summary

      Constructors 
      Constructor Description
      PDFPattern()  
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map getGState()
      Returns the extended gstate object (if one exists) associated with the pattern
      static PDFPattern getInstance​(java.lang.Object pat, PDFFile srcFile)  
      abstract java.awt.Paint getPaint()
      Returns the awt Paint object which will render the pattern
      abstract java.awt.geom.AffineTransform getTransform()
      Returns the pattern space->default space transform
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PDFPattern

        public PDFPattern()
    • Method Detail

      • getInstance

        public static PDFPattern getInstance​(java.lang.Object pat,
                                             PDFFile srcFile)
      • getTransform

        public abstract java.awt.geom.AffineTransform getTransform()
        Returns the pattern space->default space transform
      • getGState

        public java.util.Map getGState()
        Returns the extended gstate object (if one exists) associated with the pattern
      • getPaint

        public abstract java.awt.Paint getPaint()
        Returns the awt Paint object which will render the pattern