org.freehep.postscript
Class FixedTexturePaint

java.lang.Object
  extended by java.awt.TexturePaint
      extended by org.freehep.postscript.FixedTexturePaint
All Implemented Interfaces:
Paint, Transparency

public class FixedTexturePaint
extends TexturePaint

Texture Paint for PostScript Processor

Version:
$Id: FixedTexturePaint.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Constructor Summary
FixedTexturePaint(OperandStack os, AffineTransform m, BufferedImage texture, Rectangle2D anchor)
           
 
Method Summary
 PaintContext createContext(ColorModel cm, Rectangle deviceBounds, Rectangle2D userBounds, AffineTransform xform, RenderingHints hints)
           
 
Methods inherited from class java.awt.TexturePaint
getAnchorRect, getImage, getTransparency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedTexturePaint

public FixedTexturePaint(OperandStack os,
                         AffineTransform m,
                         BufferedImage texture,
                         Rectangle2D anchor)
Method Detail

createContext

public PaintContext createContext(ColorModel cm,
                                  Rectangle deviceBounds,
                                  Rectangle2D userBounds,
                                  AffineTransform xform,
                                  RenderingHints hints)
Specified by:
createContext in interface Paint
Overrides:
createContext in class TexturePaint


Copyright © 2000-2006 FreeHEP. All Rights Reserved.