Class PatternPaintContext

java.lang.Object
org.apache.batik.gvt.PatternPaintContext
All Implemented Interfaces:
PaintContext

public class PatternPaintContext extends Object implements PaintContext
PaintContext for the ConcretePatterPaint paint implementation.
  • Field Details

  • Constructor Details

    • PatternPaintContext

      public PatternPaintContext(ColorModel destCM, AffineTransform usr2dev, RenderingHints hints, Filter tile, Rectangle2D patternRegion, boolean overflow)
      Parameters:
      destCM - ColorModel that receives the paint data
      usr2dev - user space to device space transform
      hints - RenderingHints
      patternRegion - region tiled by this paint. In user space.
      overflow - controls whether the pattern region clips the pattern tile
  • Method Details