org.apache.batik.bridge
public static class AbstractSVGGradientElementBridge.Stop extends Object
Field Summary | |
---|---|
Color | color The stop color. |
float | offset The stop offset. |
Constructor Summary | |
---|---|
Stop(Color color, float offset)
Constructs a new stop definition.
|
Parameters: color the stop color offset the stop offset