|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.effects.OuterShadow
public class OuterShadow
Outer Shadow effect.
Constructor Summary | |
---|---|
OuterShadow()
|
Method Summary | |
---|---|
double |
getBlurRadius()
Returns the blur radius of the shadow. |
float |
getDirection()
Returns the direction to offset the shadow. |
double |
getDistance()
Returns the how far to offset the shadow. |
RectangleAlignmentEx |
getRectangleAlign()
Returns the shadow alignment. |
float |
getScaleHorizontal()
Returns the horizontal scaling factor, negative scaling causes a flip. |
float |
getScaleVertical()
Returns the vertical scaling factor, negative scaling causes a flip. |
ColorFormatEx |
getShadowColor()
Returns the color format of a shadow. |
float |
getSkewHorizontal()
Returns the horizontal skew angle. |
float |
getSkewVertical()
Returns the vertical skew angle. |
boolean |
isRotateShadowWithShape()
Determines whether the shadow rotates with the shape if the shape is rotated. |
void |
setBlurRadius(double value)
Sets the blur radius of the shadow. |
void |
setDirection(float value)
Sets the direction to offset the shadow. |
void |
setDistance(double value)
Sets the how far to offset the shadow. |
void |
setRectangleAlign(RectangleAlignmentEx value)
Sets the shadow alignment. |
void |
setRotateShadowWithShape(boolean value)
Sets whether the shadow rotates with the shape if the shape is rotated. |
void |
setScaleHorizontal(float value)
Sets the horizontal scaling factor, negative scaling causes a flip. |
void |
setScaleVertical(float value)
Sets the vertical scaling factor, negative scaling causes a flip. |
void |
setShadowColor(ColorFormatEx value)
Sets the color format of a shadow. |
void |
setSkewHorizontal(float value)
Sets the horizontal skew angle. |
void |
setSkewVertical(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)
public float getDirection()
public void setDirection(float value)
public double getDistance()
public void setDistance(double value)
public ColorFormatEx getShadowColor()
public void setShadowColor(ColorFormatEx value)
public RectangleAlignmentEx getRectangleAlign()
public void setRectangleAlign(RectangleAlignmentEx value)
public float getSkewHorizontal()
public void setSkewHorizontal(float value)
public float getSkewVertical()
public void setSkewVertical(float value)
public boolean isRotateShadowWithShape()
public void setRotateShadowWithShape(boolean value)
public float getScaleHorizontal()
public void setScaleHorizontal(float value)
public float getScaleVertical()
public void setScaleVertical(float value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |