com.kitfox.svg.pattern
Class PatternPaintContext
java.lang.Object
com.kitfox.svg.pattern.PatternPaintContext
- All Implemented Interfaces:
- PaintContext
public class PatternPaintContext
- extends Object
- implements PaintContext
- Author:
- Mark McKay, Mark McKay
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternPaintContext
public PatternPaintContext(BufferedImage source,
Rectangle deviceBounds,
AffineTransform userXform,
AffineTransform distortXform)
- Creates a new instance of PatternPaintContext
dispose
public void dispose()
- Specified by:
dispose in interface PaintContext
getColorModel
public ColorModel getColorModel()
- Specified by:
getColorModel in interface PaintContext
getRaster
public Raster getRaster(int x,
int y,
int w,
int h)
- Specified by:
getRaster in interface PaintContext
main
public static void main(String[] argv)
Copyright © 2011-2012 Barchart, Inc.. All Rights Reserved.