|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.OuterShadow
public class OuterShadow
Represents a outer shadow effect.
Constructor Summary | |
---|---|
OuterShadow()
Default constructor. |
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
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. |
IColorFormat |
getShadowColor()
Color of shadow. |
double |
getSkewHorizontal()
Specifies the horizontal skew angle (in degrees). |
double |
getSkewVertical()
Specifies the vertical skew angle (in degrees). |
void |
setBlurRadius(double value)
|
void |
setDirection(float value)
|
void |
setDistance(double value)
|
void |
setRectangleAlign(int value)
|
void |
setRotateShadowWithShape(boolean value)
|
void |
setScaleHorizontal(double value)
|
void |
setScaleVertical(double value)
|
void |
setSkewHorizontal(double value)
|
void |
setSkewVertical(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OuterShadow()
Default constructor.
Method Detail |
---|
public double getBlurRadius()
Blur radius.
getBlurRadius
in interface IOuterShadow
public void setBlurRadius(double value)
setBlurRadius
in interface IOuterShadow
public float getDirection()
Direction of shadow.
getDirection
in interface IOuterShadow
public void setDirection(float value)
setDirection
in interface IOuterShadow
public double getDistance()
Distance of shadow.
getDistance
in interface IOuterShadow
public void setDistance(double value)
setDistance
in interface IOuterShadow
public IColorFormat getShadowColor()
Color of shadow.
getShadowColor
in interface IOuterShadow
public int getRectangleAlign()
Rectangle alignment.
getRectangleAlign
in interface IOuterShadow
public void setRectangleAlign(int value)
setRectangleAlign
in interface IOuterShadow
public double getSkewHorizontal()
Specifies the horizontal skew angle (in degrees).
getSkewHorizontal
in interface IOuterShadow
public void setSkewHorizontal(double value)
setSkewHorizontal
in interface IOuterShadow
public double getSkewVertical()
Specifies the vertical skew angle (in degrees).
getSkewVertical
in interface IOuterShadow
public void setSkewVertical(double value)
setSkewVertical
in interface IOuterShadow
public boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
getRotateShadowWithShape
in interface IOuterShadow
public void setRotateShadowWithShape(boolean value)
setRotateShadowWithShape
in interface IOuterShadow
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
getScaleHorizontal
in interface IOuterShadow
public void setScaleHorizontal(double value)
setScaleHorizontal
in interface IOuterShadow
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
getScaleVertical
in interface IOuterShadow
public void setScaleVertical(double value)
setScaleVertical
in interface IOuterShadow
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |