Package | Description |
---|---|
com.sun.pisces |
Modifier and Type | Method and Description |
---|---|
void |
PiscesRenderer.setLinearGradient(int x0,
int y0,
int x1,
int y1,
GradientColorMap gradientColorMap,
Transform6 gradientTransform)
This method sets linear color-gradient data to be used as paint data in following rendering operation.
|
void |
PiscesRenderer.setRadialGradient(int cx,
int cy,
int fx,
int fy,
int radius,
GradientColorMap gradientColorMap,
Transform6 gradientTransform)
This method sets radial gradient paint data to be used in subsequent rendering.
|