swingwtx.swing.plaf
Class ColorUIResource

java.lang.Object
  extended byswingwt.awt.Color
      extended byswingwtx.swing.plaf.ColorUIResource
All Implemented Interfaces:
Paint, Transparency, UIResource

public class ColorUIResource
extends Color
implements UIResource


Field Summary
 
Fields inherited from class swingwt.awt.Color
black, BLACK, blue, BLUE, colourScale, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, swtColour, white, WHITE, yellow, YELLOW
 
Fields inherited from interface swingwt.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT
 
Constructor Summary
ColorUIResource(Color c)
           
ColorUIResource(float r, float g, float b)
           
ColorUIResource(int rgb)
           
ColorUIResource(int r, int g, int b)
           
 
Methods inherited from class swingwt.awt.Color
breakRGBComponents, brighter, createContext, darker, dispose, getBlue, getGreen, getRed, getRGB, getRGBColorComponents, getSWTColor, getTransparency, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)