java.lang.Object
com.aspose.diagram.GradientStop
public class GradientStop
| Constructor Summary |
|---|
GradientStop()
|
| Property Getters/Setters Summary | ||
|---|---|---|
ColorValue | getColor() | |
void | setColor(ColorValue) | |
| Gets the color of this gradient stop. | ||
DoubleValue | getPosition() | |
void | setPosition(DoubleValue) | |
| The position of the stop. | ||
DoubleValue | getTransparency() | |
void | setTransparency(DoubleValue) | |
| Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). | ||
| Method Summary | ||
|---|---|---|
java.lang.Object | deepClone() | |
| Creates deep copy of this instance. | ||
| Constructor Detail |
|---|
public GradientStop()
| Property Getters/Setters Detail |
|---|
getPosition/setPosition | |
public DoubleValue getPosition() / public void setPosition(DoubleValue value) | |
getColor/setColor | |
public ColorValue getColor() / public void setColor(ColorValue value) | |
getTransparency/setTransparency | |
public DoubleValue getTransparency() / public void setTransparency(DoubleValue value) | |
| Method Detail |
|---|
deepClone | |
public java.lang.Object deepClone()
throws java.lang.Exception | |