|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.InnerShadow
public class InnerShadow
Represents a inner shadow effect.
Constructor Summary | |
---|---|
InnerShadow()
Creates new instance of InnerShadow class. |
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
ColorFormatEx |
getShadowColor()
Color of shadow. |
void |
setBlurRadius(double value)
|
void |
setDirection(float value)
|
void |
setDistance(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InnerShadow()
Creates new instance of InnerShadow class.
Method Detail |
---|
public double getBlurRadius()
Blur radius.
public void setBlurRadius(double value)
public float getDirection()
Direction of shadow.
public void setDirection(float value)
public double getDistance()
Distance of shadow.
public void setDistance(double value)
public ColorFormatEx getShadowColor()
Color of shadow.
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |