|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
This class represents a gradient <stop> element.
Field Summary | |
Color |
color
The stop color. |
float |
offset
The stop offset. |
Constructor Summary | |
AbstractSVGGradientElementBridge.Stop(Color color,
float offset)
Constructs a new stop definition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Color color
public float offset
Constructor Detail |
public AbstractSVGGradientElementBridge.Stop(Color color, float offset)
color
- the stop coloroffset
- the stop offset
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |