Package com.github.weisj.jsvg.nodes
Class InplaceBoxBlurFilter
- java.lang.Object
-
- com.github.weisj.jsvg.nodes.InplaceBoxBlurFilter
-
public final class InplaceBoxBlurFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
InplaceBoxBlurFilter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
horizontalPass(@NotNull java.awt.image.Raster src, @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
static void
verticalPass(@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)
-
-