JavaTM 2 Platform
Standard Ed. 6

javax.swing.plaf
類別 ColorUIResource

java.lang.Object
  繼承者 java.awt.Color
      繼承者 javax.swing.plaf.ColorUIResource
所有已實作的介面:
Paint, Transparency, Serializable, UIResource

public class ColorUIResource
extends Color
implements UIResource


欄位摘要
 
從類別 java.awt.Color 繼承的欄位
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOW
 
從介面 java.awt.Transparency 繼承的欄位
BITMASK, OPAQUE, TRANSLUCENT
 
建構子摘要
ColorUIResource(Color c)
           
ColorUIResource(float r, float g, float b)
           
ColorUIResource(int rgb)
           
ColorUIResource(int r, int g, int b)
           
 
方法摘要
 
從類別 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
 
從類別 java.lang.Object 繼承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

建構子詳細資訊

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)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only