Module com.github.weisj.jsvg
Interface EdgeMode.ConvolveOperation
- All Known Implementing Classes:
FeGaussianBlur.MixedQualityConvolveOperation
- Enclosing class:
EdgeMode
public static interface EdgeMode.ConvolveOperation
-
Method Summary
Modifier and TypeMethodDescription@NotNull ImageProducer
convolve
(@NotNull BufferedImage image, @Nullable RenderingHints hints, int awtEdgeMode) @NotNull Dimension
-
Method Details
-
maximumKernelSize
-
convolve
@NotNull @NotNull ImageProducer convolve(@NotNull @NotNull BufferedImage image, @Nullable @Nullable RenderingHints hints, int awtEdgeMode)
-