|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
This class represents a gradient <stop> element.
Field Summary | |
java.awt.Color |
color
The stop color. |
float |
offset
The stop offset. |
Constructor Summary | |
AbstractSVGGradientElementBridge.Stop(java.awt.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 java.awt.Color color
public float offset
Constructor Detail |
public AbstractSVGGradientElementBridge.Stop(java.awt.Color color, float offset)
color
- the stop coloroffset
- the stop offset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |