public class GradientStop
Constructor Summary |
---|
Property Getters/Setters Summary | ||
---|---|---|
ColorValue | getColor() | |
void | setColor(ColorValue value) | |
Gets the color of this gradient stop. | ||
DoubleValue | getPosition() | |
void | setPosition(DoubleValue value) | |
The position of the stop. | ||
DoubleValue | getTransparency() | |
void | setTransparency(DoubleValue value) | |
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). |
public DoubleValue getPosition() / public void setPosition(DoubleValue value)
public ColorValue getColor() / public void setColor(ColorValue value)
public DoubleValue getTransparency() / public void setTransparency(DoubleValue value)