|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.OuterShadow
public class OuterShadow
Specifies an outer shadow effect.
Constructor Summary | |
---|---|
OuterShadow()
|
Method Summary | |
---|---|
double |
getBlurRadius()
Returns the blur radius. |
float |
getDirection()
Returns the direction of a shadow. |
double |
getDistance()
Returns the distance of a shadow. |
RectangleAlignmentEx |
getRectangleAlign()
Returns the rectangle alignment. |
boolean |
getRotateShadowWithShape()
Determines whether the shadow should be rotated with a shape. |
float |
getScaleH()
Returns the horizontal scaling factor, negative scaling causes a flip. |
float |
getScaleV()
Returns the vertical scaling factor, negative scaling causes a flip. |
ColorFormatEx |
getShadowColor()
Returns the color of a shadow. |
float |
getSkewH()
Returns the horizontal skew angle. |
float |
getSkewV()
Returns the vertical skew angle. |
void |
setBlurRadius(double value)
Sets the blur radius. |
void |
setDirection(float value)
Sets the direction of a shadow. |
void |
setDistance(double value)
Sets the distance of a shadow. |
void |
setRectangleAlign(RectangleAlignmentEx value)
Sets the rectangle alignment. |
void |
setRotateShadowWithShape(boolean value)
Sets whether the shadow should be rotated with a shape. |
void |
setScaleH(float value)
Sets the horizontal scaling factor, negative scaling causes a flip. |
void |
setScaleV(float value)
Sets the vertical scaling factor, negative scaling causes a flip. |
void |
setShadowColor(ColorFormatEx value)
Sets the color of a shadow. |
void |
setSkewH(float value)
Sets the horizontal skew angle. |
void |
setSkewV(float value)
Sets the vertical skew angle. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OuterShadow()
Method Detail |
---|
public double getBlurRadius()
public void setBlurRadius(double value)
value
- new blur radius.public float getDirection()
public void setDirection(float value)
value
- new direction of a shadow.public double getDistance()
public void setDistance(double value)
value
- new distance of a shadow.public ColorFormatEx getShadowColor()
public void setShadowColor(ColorFormatEx value)
value
- new color of a shadow.public RectangleAlignmentEx getRectangleAlign()
public void setRectangleAlign(RectangleAlignmentEx value)
value
- new rectangle alignment.public float getSkewH()
public void setSkewH(float value)
value
- new horizontal skew angle.public float getSkewV()
public void setSkewV(float value)
value
- new vertical skew angle.public boolean getRotateShadowWithShape()
public void setRotateShadowWithShape(boolean value)
value
- true to rotate shadow with a shape.public float getScaleH()
public void setScaleH(float value)
value
- new scaling factor.public float getScaleV()
public void setScaleV(float value)
value
- new scaling factor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |