Class InnerShadowEffect
java.lang.Object
com.independentsoft.office.drawing.InnerShadowEffect
The Class InnerShadowEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the blur radius.Gets the color choice.intGets the direction.Gets the distance.voidsetBlurRadius(Unit blurRadius)Sets the blur radius.voidsetColorChoice(ColorChoice colorChoice)Sets the color choice.voidsetDirection(int direction)Sets the direction.voidsetDistance(Unit distance)Sets the distance.toString()
-
Constructor Details
-
InnerShadowEffect
public InnerShadowEffect()Instantiates a new inner shadow 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
-
getBlurRadius
Gets the blur radius.- Returns:
- the blur radius
-
setBlurRadius
Sets the blur radius.- Parameters:
blurRadius- the new blur radius
-
getDirection
public int getDirection()Gets the direction.- Returns:
- the direction
-
setDirection
public void setDirection(int direction)Sets the direction.- Parameters:
direction- the new direction
-
getDistance
Gets the distance.- Returns:
- the distance
-
setDistance
Sets the distance.- Parameters:
distance- the new distance
-