|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.value.ColorFactory.SimpleRGBColorFactory
The simple rgb color factory.
Field Summary | |
protected float |
blue
The blue component. |
protected float |
green
The green component. |
protected float |
red
The red component. |
Constructor Summary | |
ColorFactory.SimpleRGBColorFactory(float r,
float g,
float b)
Creates a new factory. |
Method Summary | |
ImmutableValue |
create()
Creates the color. |
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
Constructor Detail |
public ColorFactory.SimpleRGBColorFactory(float r, float g, float b)
Method Detail |
public ImmutableValue create()
create
in interface ColorFactory.RGBColorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |