org.apache.batik.bridge
Class AbstractSVGGradientElementBridge.Stop
java.lang.Object
org.apache.batik.bridge.AbstractSVGGradientElementBridge.Stop
- Enclosing class:
- AbstractSVGGradientElementBridge
public static class AbstractSVGGradientElementBridge.Stop
- extends Object
This class represents a gradient <stop> element.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
color
public Color color
- The stop color.
offset
public float offset
- The stop offset.
AbstractSVGGradientElementBridge.Stop
public AbstractSVGGradientElementBridge.Stop(Color color,
float offset)
- Constructs a new stop definition.
- Parameters:
color
- the stop coloroffset
- the stop offset
Copyright © 2008 Apache Software Foundation. All Rights Reserved.