com.datamessenger.awt
Class ColorScheme
java.lang.Object
|
+--com.datamessenger.awt.ColorScheme
- public class ColorScheme
- extends java.lang.Object
Copyright (c) 1999-2000 Produx House, Corp.
All rights reserved.
- Version:
- 1.0, September 30 2000
- Author:
- Jon L. Boynton
|
Constructor Summary |
ColorScheme()
A new blank ColorScheme. |
ColorScheme(java.awt.Color background,
java.awt.Color foreground)
A ColorScheme with specified background and foreground colors. |
|
Method Summary |
void |
fill()
|
static java.awt.Color |
mix(java.awt.Color src1,
java.awt.Color src2,
double trans)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
background
public java.awt.Color background
backgroundHover
public java.awt.Color backgroundHover
foreground
public java.awt.Color foreground
foregroundHover
public java.awt.Color foregroundHover
border
public java.awt.Color border
borderHover
public java.awt.Color borderHover
text
public java.awt.Color text
textHover
public java.awt.Color textHover
highlight
public java.awt.Color highlight
highlightText
public java.awt.Color highlightText
ColorScheme
public ColorScheme()
- A new blank ColorScheme. background and foreground colors are set
from SystemColor.menu and SystemColor.menuText respectively.
ColorScheme
public ColorScheme(java.awt.Color background,
java.awt.Color foreground)
- A ColorScheme with specified background and foreground colors.
- Parameters:
background - The background color.foreground - The foreground color.
fill
public void fill()
mix
public static java.awt.Color mix(java.awt.Color src1,
java.awt.Color src2,
double trans)
Comments, suggestions, and bug reports are welcomed and encouraged. Please refer them to our support page. Thank you. |
Copyright © 1999-2000 Produx House, Corp. All rights reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc.