|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GradientSeparator | |
---|---|
com.jgoodies.uifextras.util | Consists of helper classes that complement Swing to make it easier to build a rich application |
Uses of GradientSeparator in com.jgoodies.uifextras.util |
---|
Methods in com.jgoodies.uifextras.util that return GradientSeparator | |
---|---|
static GradientSeparator |
GradientSeparator.createHorizontalGradient(Color color)
Creates and returns a GradientSeparator with a centered horizontal gradient that has the specified color in the middle and is transparent on both sides. |
static GradientSeparator |
GradientSeparator.createHorizontalGradient(Color startColor,
Color middleColor)
Creates and returns a GradientSeparator with a two-section horizontal gradient described by two colors. |
static GradientSeparator |
GradientSeparator.createHorizontalGradient(Color startColor,
Color middleColor,
Color stopColor)
Creates and returns a GradientSeparator with a two-section horizontal gradient described by three colors. |
static GradientSeparator |
GradientSeparator.createSingleHorizontalGradient(Color startColor,
Color stopColor)
Creates and returns a GradientSeparator with a single horizontal gradient described by two colors. |
static GradientSeparator |
GradientSeparator.createSingleVerticalGradient(Color startColor,
Color stopColor)
Creates and returns a GradientSeparator with a single vertical gradient described by two colors. |
static GradientSeparator |
GradientSeparator.createVerticalGradient(Color baseColor)
Creates and returns a GradientSeparator with a two-section vertical gradient that has the specified color in the center and is transparent on both ends. |
static GradientSeparator |
GradientSeparator.createVerticalGradient(Color startColor,
Color middleColor)
Creates and returns a GradientSeparator with a two-section vertical gradient described by two colors. |
static GradientSeparator |
GradientSeparator.createVerticalGradient(Color startColor,
Color middleColor,
Color stopColor)
Creates and returns a GradientSeparator with a two-section vertical gradient described by three colors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |