org.apache.batik.bridge

Class AbstractSVGGradientElementBridge.Stop

public static class AbstractSVGGradientElementBridge.Stop extends Object

This class represents a gradient <stop> element.
Field Summary
Colorcolor
The stop color.
floatoffset
The stop offset.
Constructor Summary
Stop(Color color, float offset)
Constructs a new stop definition.

Field Detail

color

public Color color
The stop color.

offset

public float offset
The stop offset.

Constructor Detail

Stop

public Stop(Color color, float offset)
Constructs a new stop definition.

Parameters: color the stop color offset the stop offset

Copyright B) 2008 Apache Software Foundation. All Rights Reserved.