org.apache.batik.css.engine.value
public class RGBColorValue extends AbstractValue
| Field Summary | |
|---|---|
| protected Value | blue
The blue component. |
| protected Value | green
The green component. |
| protected Value | red
The red component. |
| Constructor Summary | |
|---|---|
| RGBColorValue(Value r, Value g, Value b)
Creates a new RGBColorValue. | |
| Method Summary | |
|---|---|
| Value | getBlue()
Implements {@link Value#getBlue()}. |
| String | getCssText()
A string representation of the current value. |
| Value | getGreen()
Implements {@link Value#getGreen()}. |
| short | getPrimitiveType()
The type of the value. |
| Value | getRed()
Implements {@link Value#getRed()}. |
| String | toString()
Returns a printable representation of the color. |