|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectui.jtunestable.GradientBackground
public class GradientBackground
| Constructor Summary | |
|---|---|
GradientBackground()
|
|
| Method Summary | |
|---|---|
java.awt.Color |
getDarkColor()
Get the dark color used in this gradient |
double |
getGradientHeightFactor()
get the gradientHeightFactor, this is the height of the gradient without repeats, e.g. |
java.awt.Color |
getLightColor()
Get the light color used in this gradient |
java.awt.Color |
getTextGradientColor()
get the Color of text that will be shown on top of this gradient |
boolean |
isLightToDark()
True if the gradient goes from light to dark, or dark to light |
void |
setGradientHeightFactor(double gradientHeightFactor)
set the gradientHeightFactor, this is the height of the gradient without repeats, e.g. |
void |
setGradientSelectedColor(java.awt.Color lightColor,
java.awt.Color darkColor,
java.awt.Color textColor)
set All three colors needed to compose a gradient |
void |
setGradientSelectedStyle(int style)
Set the Gradient style of selected rows |
void |
setLightToDark(boolean b)
sets whether this Gradient goes from light to dark, or dark to light |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GradientBackground()
| Method Detail |
|---|
public void setGradientSelectedStyle(int style)
style - public void setLightToDark(boolean b)
b - public double getGradientHeightFactor()
public void setGradientHeightFactor(double gradientHeightFactor)
gradientHeightFactor -
public void setGradientSelectedColor(java.awt.Color lightColor,
java.awt.Color darkColor,
java.awt.Color textColor)
lightColor - darkColor - textColor - public java.awt.Color getLightColor()
public java.awt.Color getDarkColor()
public boolean isLightToDark()
public java.awt.Color getTextGradientColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||