org.apache.batik.refimpl.bridge
Class SVGGradientBridge.GradientStop

java.lang.Object
  |
  +--org.apache.batik.refimpl.bridge.SVGGradientBridge.GradientStop
Enclosing class:
SVGGradientBridge

public static class SVGGradientBridge.GradientStop
extends java.lang.Object

Used to store a gradient stop's color and interval


Field Summary
 float offset
          The offset of this stop Element.
 java.awt.Color stopColor
          The color of this stop Element.
 
Constructor Summary
SVGGradientBridge.GradientStop(java.awt.Color stopColor, float offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stopColor

public java.awt.Color stopColor
The color of this stop Element.

offset

public float offset
The offset of this stop Element.
Constructor Detail

SVGGradientBridge.GradientStop

public SVGGradientBridge.GradientStop(java.awt.Color stopColor,
                                      float offset)


Copyright © 2000 Apache Software Foundation. All Rights Reserved.