com.aspose.slides
Class BlurEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.BlurEffectiveData
All Implemented Interfaces:
IBlurEffectiveData, IEffectEffectiveData

public class BlurEffectiveData
extends EffectEffectiveData
implements IBlurEffectiveData

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. Read-only double.

Specified by:
getRadius in interface IBlurEffectiveData

getGrow

public boolean getGrow()

Determines whether effect spreads beyond shape border. Read-only boolean.

Specified by:
getGrow in interface IBlurEffectiveData


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