KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > tv > graphics > AlphaColor

javax.tv.graphics
Class AlphaColor

java.lang.Object
  |
  +--java.awt.Color
        |
        +--javax.tv.graphics.AlphaColor
All Implemented Interfaces:
java.awt.Paint, java.io.Serializable, java.awt.Transparency
See Also:
getAlpha()

public AlphaColor(float r,
                  float g,
                  float b,
                  float a)
See Also:
getRGB(), getAlpha()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AlphaColor(int argb,
                  boolean hasAlpha)
See Also:
getRGB(), getAlpha()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AlphaColor(int r,
                  int g,
                  int b,
                  int a)
See Also:
getRGB(), getAlpha()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AlphaColor(java.awt.Color c)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.awt.Color brighter()
See Also:
darker()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.awt.Color darker()
See Also:
brighter()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(java.lang.Object obj)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getAlpha()
See Also:
getRGB()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRGB()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public java.lang.String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags