|
||||||||
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.
Constructor Summary | |
---|---|
SoftEdge()
Creates new instance of SoftEdge class. |
Method Summary | |
---|---|
double |
getRadius()
Specifies the radius of blur to apply to the edges. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
void |
setRadius(double value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SoftEdge()
Creates new instance of SoftEdge class.
Method Detail |
---|
public double getRadius()
Specifies the radius of blur to apply to the edges.
public void setRadius(double value)
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 |