javax.swing.plaf
Class ColorUIResource
java.lang.Object
|
+--java.awt.Color
|
+--javax.swing.plaf.ColorUIResource
public class ColorUIResource extends Color implements UIResource
See Also: Serialized Form
Fields inherited from class java.awt.Color
black ,
blue ,
cyan ,
darkGray ,
gray ,
green ,
lightGray ,
magenta ,
orange ,
pink ,
red ,
white ,
yellow
Methods inherited from class java.awt.Color
brighter ,
createContext ,
darker ,
decode ,
equals ,
getAlpha ,
getBlue ,
getColor ,
getColor ,
getColor ,
getColorComponents ,
getColorComponents ,
getColorSpace ,
getComponents ,
getComponents ,
getGreen ,
getHSBColor ,
getRed ,
getRGB ,
getRGBColorComponents ,
getRGBComponents ,
getTransparency ,
hashCode ,
HSBtoRGB ,
RGBtoHSB ,
toString
ColorUIResource
public ColorUIResource (int r,
int g,
int b)
ColorUIResource
public ColorUIResource (int rgb)
ColorUIResource
public ColorUIResource (float r,
float g,
float b)
ColorUIResource
public ColorUIResource (Color c)
Submit a bug or feature Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.