org.jfree.layouting.input.style.values
Class CSSColorValue
Color
org.jfree.layouting.input.style.values.CSSColorValue
- CSSValue, Serializable
public class CSSColorValue
extends Color
Creation-Date: 23.11.2005, 12:01:04
CSSColorValue(Color color)
|
CSSColorValue(float r, float g, float b)
|
CSSColorValue(float r, float g, float b, float a)
|
CSSColorValue(int rgba, boolean hasalpha)
|
CSSColorValue(int r, int g, int b)
|
CSSColorValue(int r, int g, int b, int a)
|
CSSColorValue
public CSSColorValue(Color color)
CSSColorValue
public CSSColorValue(float r,
float g,
float b)
CSSColorValue
public CSSColorValue(float r,
float g,
float b,
float a)
CSSColorValue
public CSSColorValue(int rgba,
boolean hasalpha)
CSSColorValue
public CSSColorValue(int r,
int g,
int b)
CSSColorValue
public CSSColorValue(int r,
int g,
int b,
int a)
toString
public String toString()
Returns a string representation of this 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
.
- a string representation of this
Color
.