Package com.github.weisj.jsvg.nodes
Class InplaceBoxBlurFilter
java.lang.Object
com.github.weisj.jsvg.nodes.InplaceBoxBlurFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
horizontalPass
(@NotNull Raster src, @NotNull WritableRaster dst, int skipX, int skipY, int boxSize, int loc) static void
verticalPass
(@NotNull Raster src, @NotNull WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
-
Constructor Details
-
InplaceBoxBlurFilter
private InplaceBoxBlurFilter()
-
-
Method Details
-
horizontalPass
public static void horizontalPass(@NotNull @NotNull Raster src, @NotNull @NotNull WritableRaster dst, int skipX, int skipY, int boxSize, int loc) -
verticalPass
public static void verticalPass(@NotNull @NotNull Raster src, @NotNull @NotNull WritableRaster dst, int skipX, int skipY, int boxSize, int loc)
-