Class OuterShadowEffect
java.lang.Object
com.independentsoft.office.drawing.OuterShadowEffect
The Class OuterShadowEffect.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the alignment.Gets the blur radius.Gets the color choice.intGets the direction.Gets the distance.intGets the horizontal scaling factor.intGets the horizontal skew.intGets the vertical scaling factor.intGets the vertical skew.booleanChecks if is rotate with shape.voidsetAlignment(RectangleAlignment alignment)Sets the alignment.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.voidsetHorizontalScalingFactor(int horizontalScalingFactor)Sets the horizontal scaling factor.voidsetHorizontalSkew(int horizontalSkew)Sets the horizontal skew.voidsetRotateWithShape(boolean rotateWithShape)Sets the rotate with shape.voidsetVerticalScalingFactor(int verticalScalingFactor)Sets the vertical scaling factor.voidsetVerticalSkew(int verticalSkew)Sets the vertical skew.toString()
-
Constructor Details
-
OuterShadowEffect
public OuterShadowEffect()Instantiates a new outer 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
-
getAlignment
Gets the alignment.- Returns:
- the alignment
-
setAlignment
Sets the alignment.- Parameters:
alignment- the new alignment
-
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
-
getHorizontalSkew
public int getHorizontalSkew()Gets the horizontal skew.- Returns:
- the horizontal skew
-
setHorizontalSkew
public void setHorizontalSkew(int horizontalSkew)Sets the horizontal skew.- Parameters:
horizontalSkew- the new horizontal skew
-
getVerticalSkew
public int getVerticalSkew()Gets the vertical skew.- Returns:
- the vertical skew
-
setVerticalSkew
public void setVerticalSkew(int verticalSkew)Sets the vertical skew.- Parameters:
verticalSkew- the new vertical skew
-
isRotateWithShape
public boolean isRotateWithShape()Checks if is rotate with shape.- Returns:
- true, if is rotate with shape
-
setRotateWithShape
public void setRotateWithShape(boolean rotateWithShape)Sets the rotate with shape.- Parameters:
rotateWithShape- the new rotate with shape
-
getHorizontalScalingFactor
public int getHorizontalScalingFactor()Gets the horizontal scaling factor.- Returns:
- the horizontal scaling factor
-
setHorizontalScalingFactor
public void setHorizontalScalingFactor(int horizontalScalingFactor)Sets the horizontal scaling factor.- Parameters:
horizontalScalingFactor- the new horizontal scaling factor
-
getVerticalScalingFactor
public int getVerticalScalingFactor()Gets the vertical scaling factor.- Returns:
- the vertical scaling factor
-
setVerticalScalingFactor
public void setVerticalScalingFactor(int verticalScalingFactor)Sets the vertical scaling factor.- Parameters:
verticalScalingFactor- the new vertical scaling factor
-