com.kitfox.svg.pattern
Class PatternPaint
java.lang.Object
com.kitfox.svg.pattern.PatternPaint
- All Implemented Interfaces:
- Paint, Transparency
public class PatternPaint
- extends Object
- implements Paint
- Author:
- Mark McKay, Mark McKay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternPaint
public PatternPaint(BufferedImage source,
AffineTransform xform)
- Creates a new instance of PatternPaint
createContext
public PaintContext createContext(ColorModel cm,
Rectangle deviceBounds,
Rectangle2D userBounds,
AffineTransform xform,
RenderingHints hints)
- Specified by:
createContext in interface Paint
getTransparency
public int getTransparency()
- Specified by:
getTransparency in interface Transparency
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.