Package javafx.scene.effect
Class BoxBlur
java.lang.Object
javafx.scene.effect.BoxBlur
- All Implemented Interfaces:
Effect
- Author:
- Bruno Salmon
-
Constructor Summary
-
Method Summary
-
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 effectheight
- the vertical dimension of the blur effectiterations
- 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()
-