net.sourceforge.mlf.metouia.util
Class FastGradientPaintContext
java.lang.Object
net.sourceforge.mlf.metouia.util.FastGradientPaintContext
- All Implemented Interfaces:
- java.awt.PaintContext
- public class FastGradientPaintContext
- extends java.lang.Object
- implements java.awt.PaintContext
Constructor Summary |
FastGradientPaintContext(java.awt.image.ColorModel cm,
java.awt.Rectangle r,
int sc,
int ec,
boolean ver,
boolean asc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastGradientPaintContext
public FastGradientPaintContext(java.awt.image.ColorModel cm,
java.awt.Rectangle r,
int sc,
int ec,
boolean ver,
boolean asc)
dispose
public void dispose()
- Specified by:
dispose
in interface java.awt.PaintContext
getColorModel
public java.awt.image.ColorModel getColorModel()
- Specified by:
getColorModel
in interface java.awt.PaintContext
getRaster
public java.awt.image.Raster getRaster(int x,
int y,
int w,
int h)
- Specified by:
getRaster
in interface java.awt.PaintContext