Class GlowEffect
java.lang.Object
com.independentsoft.office.drawing.GlowEffect
The Class GlowEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the color choice.Gets the radius.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidSets the radius.toString()
-
Constructor Details
-
GlowEffect
public GlowEffect()Instantiates a new glow effect.
-
-
Method Details
-
clone
-
toString
-
getColorChoice
Gets the color choice.- Returns:
- the color choice
-
setColorChoice
Sets the color choice.- Parameters:
colorChoice- the new color choice
-
getRadius
Gets the radius.- Returns:
- the radius
-
setRadius
Sets the radius.- Parameters:
radius- the new radius
-