All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aspose.cells.GradientStop.html Maven / Gradle / Ivy






GradientStop




com.aspose.cells
Class GradientStop

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

public class GradientStop 
extends java.lang.Object

Represents the gradient stop.


Property Getters/Setters Summary
CellsColorgetCellsColor()
           Gets the color of this gradient stop.
doublegetPosition()
voidsetPosition(double)
           The position of the stop.
doublegetTransparency()
voidsetTransparency(double)
           Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).
 

Property Getters/Setters Detail

getPosition/setPosition

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

setPosition

public void setPosition(double value)
The position of the stop.

getCellsColor

public CellsColor getCellsColor()
Gets the color of this gradient stop.

getTransparency/setTransparency

public double getTransparency() / public void setTransparency(double value)
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

setTransparency

public void setTransparency(double value)
Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy