|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectDataEx
com.aspose.slides.OuterShadowDataEx
public class OuterShadowDataEx
Immutable object which represents a outer shadow effect.
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
byte |
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()
|
float |
getSkewHorizontal()
Specifies the horizontal skew angle. |
float |
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.
public float getDirection()
Direction of shadow.
public double getDistance()
Distance of shadow.
public java.awt.Color getShadowColor()
public byte getRectangleAlign()
Rectangle alignment.
public float getSkewHorizontal()
Specifies the horizontal skew angle.
public float getSkewVertical()
Specifies the vertical skew angle.
public boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
public float getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
public float getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |