|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.walluck.oscar.handlers.icq.ICQColor
ICQ color (RGB0 format).
Constructor Summary | |
ICQColor()
Creates a new ICQ color. |
Method Summary | |
int |
getBlue()
Get the value of blue. |
int |
getGreen()
Get the value of green. |
int |
getRed()
Get the value of red. |
int |
getZero()
Get the value of zero. |
void |
setBlue(int blue)
Set the value of blue. |
void |
setGreen(int green)
Set the value of green. |
void |
setRed(int red)
Set the value of red. |
void |
setZero(int zero)
Set the value of zero. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ICQColor()
Method Detail |
public int getRed()
public void setRed(int red)
red
- Value to assign to red.public int getBlue()
public void setBlue(int blue)
blue
- Value to assign to blue.public int getGreen()
public void setGreen(int green)
green
- Value to assign to green.public int getZero()
public void setZero(int zero)
zero
- Value to assign to zero.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |