|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.drawing.EffectNode
com.spire.presentation.drawing.OuterShadowNode
public class OuterShadowNode
Represents a outer shadow effect.
Constructor Summary | |
---|---|
OuterShadowNode(RectangleAlignment alignment,
double blurRad,
float direction,
double distance,
float skewX,
float skewY,
boolean rotateWithShape,
float scaleX,
float scaleY,
com.spire.ms.System.Drawing.Color color)
|
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
RectangleAlignment |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated. |
float |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
float |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
java.awt.Color |
getShadowColor()
java.awt.Color of shadow. |
float |
getSkewHorizontal()
Specifies the horizontal skew angle. |
float |
getSkewVertical()
Specifies the vertical skew angle. |
Constructor Detail |
---|
public OuterShadowNode(RectangleAlignment alignment, double blurRad, float direction, double distance, float skewX, float skewY, boolean rotateWithShape, float scaleX, float scaleY, com.spire.ms.System.Drawing.Color color)
Method Detail |
---|
public double getBlurRadius()
public float getDirection()
public double getDistance()
public java.awt.Color getShadowColor()
public RectangleAlignment getRectangleAlign()
public float getSkewHorizontal()
public float getSkewVertical()
public boolean getRotateShadowWithShape()
public float getScaleHorizontal()
public float getScaleVertical()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |