|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.Blur
public class Blur
Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.
Constructor Summary | |
---|---|
Blur(double radius,
boolean grow)
Blur effect constructor. |
Method Summary | |
---|---|
boolean |
getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring. |
double |
getRadius()
Returns or sets blur radius. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
void |
setGrow(boolean value)
|
void |
setRadius(double value)
|
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Constructor Detail |
---|
public Blur(double radius, boolean grow)
Blur effect constructor.
radius
- The radius of blur.grow
- Specifies whether the bounds of the object should be grown as a result of the blurring.
True indicates the bounds are grown while false indicates that they are not.Method Detail |
---|
public double getRadius()
Returns or sets blur radius.
Read/write double
.
getRadius
in interface IBlur
public void setRadius(double value)
setRadius
in interface IBlur
public boolean getGrow()
Determines whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not.
getGrow
in interface IBlur
public void setGrow(boolean value)
setGrow
in interface IBlur
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |