|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.OuterShadowEffectiveData
public class OuterShadowEffectiveData
Immutable object which represents a outer shadow effect.
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
int |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated. |
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
java.awt.Color |
getShadowColor()
|
double |
getSkewHorizontal()
Specifies the horizontal skew angle. |
double |
getSkewVertical()
Specifies the vertical skew angle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getBlurRadius()
Blur radius.
getBlurRadius
in interface IOuterShadowEffectiveData
public float getDirection()
Direction of shadow.
getDirection
in interface IOuterShadowEffectiveData
public double getDistance()
Distance of shadow.
getDistance
in interface IOuterShadowEffectiveData
public java.awt.Color getShadowColor()
getShadowColor
in interface IOuterShadowEffectiveData
public int getRectangleAlign()
Rectangle alignment.
getRectangleAlign
in interface IOuterShadowEffectiveData
public double getSkewHorizontal()
Specifies the horizontal skew angle.
getSkewHorizontal
in interface IOuterShadowEffectiveData
public double getSkewVertical()
Specifies the vertical skew angle.
getSkewVertical
in interface IOuterShadowEffectiveData
public boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
getRotateShadowWithShape
in interface IOuterShadowEffectiveData
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
getScaleHorizontal
in interface IOuterShadowEffectiveData
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
getScaleVertical
in interface IOuterShadowEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |