com.aspose.slides
Class BlurDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.BlurDataEx

public class BlurDataEx
extends EffectDataEx

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


Method Summary
 boolean getGrow()
           Determines whether effect spreads beyond shape border.
 double getRadius()
           Blur radius.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRadius

public double getRadius()

Blur radius. Readonly double.


getGrow

public boolean getGrow()

Determines whether effect spreads beyond shape border. Readonly bool.