Class GradientFill
java.lang.Object
com.independentsoft.office.spreadsheet.styles.GradientFill
The Class GradientFill.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()doubleGets the bottom.doubleGets the degree.doublegetLeft()Gets the left.doublegetRight()Gets the right.getStops()Gets the stops.doublegetTop()Gets the top.getType()Gets the type.voidsetBottom(double bottom)Sets the bottom.voidsetDegree(double degree)Sets the degree.voidsetLeft(double left)Sets the left.voidsetRight(double right)Sets the right.voidsetTop(double top)Sets the top.voidsetType(GradientType type)Sets the type.toString()
-
Constructor Details
-
GradientFill
public GradientFill()Instantiates a new gradient fill.
-
-
Method Details
-
clone
-
toString
-
getStops
Gets the stops.- Returns:
- the stops
-
getBottom
public double getBottom()Gets the bottom.- Returns:
- the bottom
-
setBottom
public void setBottom(double bottom)Sets the bottom.- Parameters:
bottom- the new bottom
-
getDegree
public double getDegree()Gets the degree.- Returns:
- the degree
-
setDegree
public void setDegree(double degree)Sets the degree.- Parameters:
degree- the new degree
-
getLeft
public double getLeft()Gets the left.- Returns:
- the left
-
setLeft
public void setLeft(double left)Sets the left.- Parameters:
left- the new left
-
getRight
public double getRight()Gets the right.- Returns:
- the right
-
setRight
public void setRight(double right)Sets the right.- Parameters:
right- the new right
-
getTop
public double getTop()Gets the top.- Returns:
- the top
-
setTop
public void setTop(double top)Sets the top.- Parameters:
top- the new top
-
getType
Gets the type.- Returns:
- the type
-
setType
Sets the type.- Parameters:
type- the new type
-