|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
public static class 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. |
Method Summary |
---|
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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |