Package com.ribs.pdf

Class PDFPattern

java.lang.Object
com.ribs.pdf.PDFPattern
Direct Known Subclasses:
PDFShadingPattern, PDFTilingPattern

public abstract class PDFPattern extends Object
  • Constructor Details

    • PDFPattern

      public PDFPattern()
  • Method Details

    • getInstance

      public static PDFPattern getInstance(Object pat, PDFFile srcFile)
    • getTransform

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

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

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