|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.SoftEdge
public class SoftEdge
Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.
Method Summary | |
---|---|
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective()
|
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.util.FloatColor styleColor)
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object. |
double |
getRadius()
Specifies the radius of blur to apply to the edges. |
void |
setRadius(double value)
Specifies the radius of blur to apply to the edges. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getRadius()
Specifies the radius of blur to apply to the edges.
Read/write double
.
getRadius
in interface ISoftEdge
public void setRadius(double value)
Specifies the radius of blur to apply to the edges.
Read/write double
.
setRadius
in interface ISoftEdge
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |