org.jfree.layouting.input.style.values
public class CSSColorValue extends Color implements CSSValue
Constructor Summary | |
---|---|
CSSColorValue(int r, int g, int b, int a) | |
CSSColorValue(int rgba, boolean hasalpha) | |
CSSColorValue(float r, float g, float b, float a) | |
CSSColorValue(float r, float g, float b) | |
CSSColorValue(int r, int g, int b) | |
CSSColorValue(Color color) |
Method Summary | |
---|---|
String | getCSSText() |
String | toString()
Returns a string representation of this Color . |
Color
. This method is
intended to be used only for debugging purposes. The content and format of
the returned string might vary between implementations. The returned string
might be empty but cannot be null
.
Returns: a string representation of this Color
.