|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.apache.fop.datatypes.ColorType
a colour quantity in XSL
| Field Summary | |
|---|---|
protected float |
alpha
the alpha component |
protected float |
blue
the blue component |
protected float |
green
the green component |
protected float |
red
the red component |
| Constructor Summary | |
|---|---|
ColorType(float red,
float green,
float blue)
|
|
ColorType(java.lang.String value)
set the colour given a particular String specifying either a colour name or #RGB or #RRGGBB |
|
| Method Summary | |
|---|---|
float |
alpha()
|
float |
blue()
|
float |
green()
|
float |
red()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected float red
protected float green
protected float blue
protected float alpha
| Constructor Detail |
public ColorType(float red,
float green,
float blue)
public ColorType(java.lang.String value)
| Method Detail |
public float blue()
public float green()
public float red()
public float alpha()
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||