public static class AbstractSVGGradientElementBridge.Stop extends Object
| Modifier and Type | Field and Description |
|---|---|
Color |
color
The stop color.
|
float |
offset
The stop offset.
|
| Constructor and Description |
|---|
AbstractSVGGradientElementBridge.Stop(Color color,
float offset)
Constructs a new stop definition.
|
public Color color
public float offset
public AbstractSVGGradientElementBridge.Stop(Color color, float offset)
color - the stop coloroffset - the stop offsetCopyright © 2000–2019 Apache Software Foundation. All rights reserved.