|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.InnerShadow
public class InnerShadow
Specifies an inner shadow effect.
Constructor Summary | |
---|---|
InnerShadow()
|
Method Summary | |
---|---|
double |
getBlurRadius()
Returns the blur radius. |
float |
getDirection()
Returns the direction of a shadow. |
double |
getDistance()
Returns the distance of a shadow. |
ColorFormatEx |
getShadowColor()
Returns the color of a shadow. |
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 |
setShadowColor(ColorFormatEx value)
Sets the color of a shadow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnerShadow()
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |