|
||||||||
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. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
IColorFormat |
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.
getBlurRadius
in interface IInnerShadow
public void setBlurRadius(double value)
setBlurRadius
in interface IInnerShadow
public float getDirection()
Direction of shadow.
getDirection
in interface IInnerShadow
public void setDirection(float value)
setDirection
in interface IInnerShadow
public double getDistance()
Distance of shadow.
getDistance
in interface IInnerShadow
public void setDistance(double value)
setDistance
in interface IInnerShadow
public IColorFormat getShadowColor()
Color of shadow.
getShadowColor
in interface IInnerShadow
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |