com.aspose.slides
Class Blur

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.Blur
All Implemented Interfaces:
IBlur, IImageTransformOperation, java.lang.Cloneable

public class Blur
extends ImageTransformOperation
implements IBlur

Represents a Blur effect that is applied to the entire shape, including its fill. All color channels, including alpha, are affected.


Method Summary
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 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.
 void setGrow(boolean value)
           Determines whether the bounds of the object should be grown as a result of the blurring.
 void setRadius(double value)
           Returns or sets blur radius.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getParent_Immediate, getVersion
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Returns or sets blur radius. Read/write double.

Specified by:
getRadius in interface IBlur

setRadius

public void setRadius(double value)

Returns or sets blur radius. Read/write double.

Specified by:
setRadius in interface IBlur

getGrow

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. Read/write boolean.

Specified by:
getGrow in interface IBlur

setGrow

public void setGrow(boolean value)

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. Read/write boolean.

Specified by:
setGrow in interface IBlur

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.