|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objecteu.hansolo.gradients.ContourGradientPaint.DiamondGradientPaintContext
private final class ContourGradientPaint.DiamondGradientPaintContext
| Field Summary | |
|---|---|
private Point2D |
P1
|
private Point2D |
P2
|
GeneralPath |
SECTOR_A
|
GeneralPath |
SECTOR_B
|
GeneralPath |
SECTOR_C
|
GeneralPath |
SECTOR_D
|
| Constructor Summary | |
ContourGradientPaint.DiamondGradientPaintContext()
|
|
| Method Summary | |
|---|---|
void
|
dispose()
|
ColorModel
|
getColorModel()
|
Raster
|
getRaster(int X, int Y, int TILE_WIDTH, int TILE_HEIGHT)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final Point2D P1
private final Point2D P2
final GeneralPath SECTOR_A
final GeneralPath SECTOR_B
final GeneralPath SECTOR_C
final GeneralPath SECTOR_D
| Constructor Detail |
|---|
public ContourGradientPaint.DiamondGradientPaintContext()
| Method Detail |
|---|
@Override public void dispose()
@Override public ColorModel getColorModel()
@Override public Raster getRaster(int X, int Y, int TILE_WIDTH, int TILE_HEIGHT)
Groovy Documentation