- java.lang.Object
-
- com.github.weisj.jsvg.nodes.filter.InplaceBoxBlurFilter
-
final class InplaceBoxBlurFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description privateInplaceBoxBlurFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhorizontalPass(@NotNull java.awt.image.Raster src, @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)static voidverticalPass(@NotNull java.awt.image.Raster src, @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
-
-
-
Method Detail
-
horizontalPass
public static void horizontalPass(@NotNull @NotNull java.awt.image.Raster src, @NotNull @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
-
verticalPass
public static void verticalPass(@NotNull @NotNull java.awt.image.Raster src, @NotNull @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
-
-