Class GradientStop
java.lang.Object
com.independentsoft.office.drawing.GradientStop
The Class GradientStop.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.intGets the position.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidsetPosition(int position)Sets the position.toString()
-
Constructor Details
-
GradientStop
public GradientStop()Instantiates a new gradient stop.
-
-
Method Details
-
clone
-
toString
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-
getPosition
public int getPosition()Gets the position.- Returns:
- the position
-
setPosition
public void setPosition(int position)Sets the position.- Parameters:
position- the new position
-