Class BoxBlur

java.lang.Object
javafx.scene.effect.BoxBlur
All Implemented Interfaces:
Effect

public class BoxBlur extends Object implements Effect
Author:
Bruno Salmon
  • Constructor Details

    • BoxBlur

      public BoxBlur()
      Creates a new instance of BoxBlur with default parameters.
    • BoxBlur

      public BoxBlur(double width, double height, int iterations)
      Creates a new instance of BoxBlur with specified width, height and iterations.
      Parameters:
      width - the horizontal dimension of the blur effect
      height - the vertical dimension of the blur effect
      iterations - the number of times to iterate the blur effect to improve its "quality" or "smoothness"
  • Method Details

    • getWidth

      public double getWidth()
    • getHeight

      public double getHeight()
    • getIterations

      public int getIterations()