Class AbstractSVGGradientElementBridge.Stop
java.lang.Object
org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
- Enclosing class:
AbstractSVGGradientElementBridge
This class represents a gradient <stop> element.
- Version:
- $Id$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
color
The stop color. -
offset
public float offsetThe stop offset.
-
-
Constructor Details
-
Stop
Constructs a new stop definition.- Parameters:
color- the stop coloroffset- the stop offset
-