Package com.grapecity.documents.excel
Interface IRectangularGradient
public interface IRectangularGradient
The
IRectangularGradient object transitions through a series ofcolors in a linear manner along a specific angle-
Method Summary
Modifier and TypeMethodDescriptiondoubleGets the point or vector that the gradient fill converges to at the bottom.Returns theIRectangularGradient.ColorStops for theIRectangularGradientobject .doublegetLeft()Gets the point or vector that the gradient fill converges to at the left.doublegetRight()Gets the point or vector that the gradient fill converges to at the right.doublegetTop()Gets the point or vector that the gradient fill converges to at the top.voidsetBottom(double value) Sets the point or vector that the gradient fill converges to at the bottom.voidsetLeft(double value) Sets the point or vector that the gradient fill converges to at the left.voidsetRight(double value) Sets the point or vector that the gradient fill converges to at the right.voidsetTop(double value) Sets the point or vector that the gradient fill converges to at the top.
-
Method Details
-
getColorStops
IColorStops getColorStops()Returns theIRectangularGradient.ColorStops for theIRectangularGradientobject . -
getBottom
double getBottom()Gets the point or vector that the gradient fill converges to at the bottom. -
setBottom
void setBottom(double value) Sets the point or vector that the gradient fill converges to at the bottom. -
getLeft
double getLeft()Gets the point or vector that the gradient fill converges to at the left. -
setLeft
void setLeft(double value) Sets the point or vector that the gradient fill converges to at the left. -
getRight
double getRight()Gets the point or vector that the gradient fill converges to at the right. -
setRight
void setRight(double value) Sets the point or vector that the gradient fill converges to at the right. -
getTop
double getTop()Gets the point or vector that the gradient fill converges to at the top. -
setTop
void setTop(double value) Sets the point or vector that the gradient fill converges to at the top.
-