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 getBlue. |
| String | getCssText()
A string representation of the current value. |
| Value | getGreen()
Implements getGreen. |
| short | getPrimitiveType()
The type of the value. |
| Value | getRed()
Implements getRed. |
| String | toString()
Returns a printable representation of the color. |