|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object utilities.ColorChanger
public class ColorChanger
A Class that is used for creating a new Color based on another one.
Constructor Summary | |
---|---|
ColorChanger()
|
Method Summary | |
---|---|
static java.awt.Color |
darken(java.awt.Color c)
Gradually darkens a color. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColorChanger()
Method Detail |
---|
public static java.awt.Color darken(java.awt.Color c)
c
- a color to darken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |