Class PatternType1.Type1PaintContext

java.lang.Object
com.sun.pdfview.pattern.PatternType1.Type1PaintContext
All Implemented Interfaces:
PaintContext
Enclosing class:
PatternType1

class PatternType1.Type1PaintContext extends Object implements PaintContext
A simple paint context that uses an existing raster in device space to generate pixels
  • Field Details

    • colorModel

      private ColorModel colorModel
      the color model
    • bbox

      private Rectangle2D bbox
      the anchor box
    • xstep

      private float xstep
      the x offset
    • ystep

      private float ystep
      the y offset
    • data

      private Raster data
      the image data, as a raster in device coordinates
  • Constructor Details

    • Type1PaintContext

      Type1PaintContext(ColorModel colorModel, Rectangle2D bbox, float xstep, float ystep, Raster data)
      Create a paint context
  • Method Details