Uses of Class
com.jgoodies.uif.component.GradientSeparator

Packages that use GradientSeparator
com.jgoodies.uif.component Contains component classes that extend or complement Swing component classes. 
 

Uses of GradientSeparator in com.jgoodies.uif.component
 

Methods in com.jgoodies.uif.component 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.
 



Copyright © 2000-2008 JGoodies Karsten Lentzsch. All Rights Reserved.