processing.candy
Class LinearGradientPaint.LinearGradientContext
java.lang.Object
processing.candy.LinearGradientPaint.LinearGradientContext
- All Implemented Interfaces:
- java.awt.PaintContext
- Enclosing class:
- LinearGradientPaint
public class LinearGradientPaint.LinearGradientContext
- extends java.lang.Object
- implements java.awt.PaintContext
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinearGradientPaint.LinearGradientContext
public LinearGradientPaint.LinearGradientContext(float tx1,
float ty1,
float tx2,
float ty2)
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