|
||||||||
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. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
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.
getRadius
in interface ISoftEdge
public void setRadius(double value)
setRadius
in interface ISoftEdge
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |