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 8951 2006-09-12 21:44:14Z duns $
- Author:
- Mark Donszelmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedTexturePaint
public FixedTexturePaint(OperandStack os,
AffineTransform m,
BufferedImage texture,
Rectangle2D anchor)
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.