| Package | Description |
|---|---|
| javax.swing.plaf.nimbus |
Provides user interface objects built according to the cross-platform Nimbus look and feel.
|
| Modifier and Type | Method and Description |
|---|---|
protected LinearGradientPaint |
AbstractRegionPainter.decodeGradient(float x1, float y1, float x2, float y2, float[] midpoints, Color
Given parameters for creating a LinearGradientPaint, this method will create and return a linear gradient paint.
|