com.aspose.diagram

Class GradientStop

  • java.lang.Object
    • com.aspose.diagram.GradientStop
public class GradientStop 
extends java.lang.Object

Represents the gradient stop.

Constructor Summary
 
Property Getters/Setters Summary
ColorValuegetColor()
void
           Gets the color of this gradient stop.
DoubleValuegetPosition()
void
           The position of the stop.
DoubleValuegetTransparency()
void
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 

    • 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).