net.sourceforge.mlf.metouia.util
Class FastGradientPaintContext

java.lang.Object
  extended bynet.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)
           
 
Method Summary
 void dispose()
           
 java.awt.image.ColorModel getColorModel()
           
 java.awt.image.Raster getRaster(int x, int y, int w, int h)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FastGradientPaintContext

public FastGradientPaintContext(java.awt.image.ColorModel cm,
                                java.awt.Rectangle r,
                                int sc,
                                int ec,
                                boolean ver,
                                boolean asc)
Method Detail

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