com.aspose.diagram
Class GradientStop

java.lang.Object
    extended by com.aspose.diagram.GradientStop

public class GradientStop 
extends java.lang.Object

Represents the gradient stop.


Constructor Summary
GradientStop()
          
 
Property Getters/Setters Summary
ColorValuegetColor()
voidsetColor(ColorValue)
           Gets the color of this gradient stop.
DoubleValuegetPosition()
voidsetPosition(DoubleValue)
           The position of the stop.
DoubleValuegetTransparency()
voidsetTransparency(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.ObjectdeepClone()
           Creates deep copy of this instance.
 

Constructor Detail

GradientStop

public GradientStop()

Property Getters/Setters Detail

getPosition/setPosition

public DoubleValue getPosition() / public void setPosition(DoubleValue value)
The position of the stop.

getColor/setColor

public ColorValue getColor() / public void setColor(ColorValue value)
Gets the color of this gradient stop.

getTransparency/setTransparency

public DoubleValue getTransparency() / public 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).

Method Detail

deepClone

public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.