org.freehep.postscript.viewer
Class FixedTexturePaint
java.lang.Object
java.awt.TexturePaint
org.freehep.postscript.viewer.FixedTexturePaint
- All Implemented Interfaces:
- Paint, Transparency
public class FixedTexturePaint
- extends TexturePaint
Texture Paint for PostScript Processor
- 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
inColor
public TexturePaint inColor(Color color)
Copyright © 2001-2009 FreeHEP. All Rights Reserved.