FreeHEP API
Version v1.2

org.freehep.postscript
Class FixedTexturePaint

java.lang.Object
  |
  +--java.awt.TexturePaint
        |
        +--org.freehep.postscript.FixedTexturePaint
All Implemented Interfaces:
Paint, Transparency

public class FixedTexturePaint
extends TexturePaint

Texture Paint for PostScript Processor

Version:
$Id: FixedTexturePaint.java,v 1.1 2001/06/28 14:24:55 duns Exp $
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

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.