|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.RGBColor
public class RGBColor
The RGBColor
interface is used to represent any
RGB color value. This interface reflects the values in the
underlying style property. Hence, modifications made through this
interface modify the style property.
Constructor Summary | |
---|---|
|
RGBColor()
|
protected |
RGBColor(java.lang.Class dummy)
|
|
RGBColor(int color)
|
|
RGBColor(RGBColor other)
|
Method Summary | |
---|---|
CSSPrimitiveValue |
blue()
This attribute is used for the blue value of the RGB color. |
int |
color()
|
CSSPrimitiveValue |
green()
This attribute is used for the green value of the RGB color. |
CSSPrimitiveValue |
red()
This attribute is used for the red value of the RGB color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RGBColor(java.lang.Class dummy)
public RGBColor()
public RGBColor(int color)
public RGBColor(RGBColor other)
Method Detail |
---|
public CSSPrimitiveValue red()
public CSSPrimitiveValue green()
public CSSPrimitiveValue blue()
public int color()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |