Class RoundGradientContext
java.lang.Object
org.graffiti.plugins.views.defaults.RoundGradientContext
- All Implemented Interfaces:
PaintContext
public class RoundGradientContext extends Object implements PaintContext
-
Constructor Summary
Constructors Constructor Description RoundGradientContext(Point2D p, Color c1, Point2D r, Color c2)
-
Method Summary
Modifier and Type Method Description void
dispose()
ColorModel
getColorModel()
Raster
getRaster(int x, int y, int w, int h)
-
Constructor Details
-
RoundGradientContext
-
-
Method Details
-
dispose
public void dispose()- Specified by:
dispose
in interfacePaintContext
-
getColorModel
- Specified by:
getColorModel
in interfacePaintContext
-
getRaster
- Specified by:
getRaster
in interfacePaintContext
-