Class BlurEffect

java.lang.Object
com.independentsoft.office.drawing.BlurEffect

public class BlurEffect extends Object
The Class BlurEffect.
  • Constructor Details

    • BlurEffect

      public BlurEffect()
      Instantiates a new blur effect.
  • Method Details

    • clone

      public BlurEffect clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isGrow

      public boolean isGrow()
      Checks if is grow.
      Returns:
      true, if is grow
    • setGrow

      public void setGrow(boolean grow)
      Sets the grow.
      Parameters:
      grow - the new grow
    • getRadius

      public Unit getRadius()
      Gets the radius.
      Returns:
      the radius
    • setRadius

      public void setRadius(Unit radius)
      Sets the radius.
      Parameters:
      radius - the new radius