Uses of Class
java.awt.LinearGradientPaint
Package
Description
Provides user interface objects built according to the cross-platform Nimbus
look and feel.
-
Uses of LinearGradientPaint in javax.swing.plaf.nimbus
Modifier and TypeMethodDescriptionprotected final LinearGradientPaint
AbstractRegionPainter.decodeGradient
(float x1, float y1, float x2, float y2, float[] midpoints, Color[] colors) Given parameters for creating a LinearGradientPaint, this method will create and return a linear gradient paint.