Class PathGradient
java.lang.Object
com.independentsoft.office.drawing.PathGradient
The Class PathGradient.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the fill to rectangle.getPath()Gets the path.voidsetFillToRectangle(FillToRectangle fillToRectangle)Sets the fill to rectangle.voidsetPath(PathShadeType path)Sets the path.toString()
-
Constructor Details
-
PathGradient
public PathGradient()Instantiates a new path gradient.
-
-
Method Details
-
clone
-
toString
-
getFillToRectangle
Gets the fill to rectangle.- Returns:
- the fill to rectangle
-
setFillToRectangle
Sets the fill to rectangle.- Parameters:
fillToRectangle- the new fill to rectangle
-
getPath
Gets the path.- Returns:
- the path
-
setPath
Sets the path.- Parameters:
path- the new path
-