Interface EdgeMode.ConvolveOperation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      @NotNull java.awt.image.ImageProducer convolve​(@NotNull java.awt.image.BufferedImage image, @Nullable java.awt.RenderingHints hints, int awtEdgeMode)  
      @NotNull java.awt.Dimension maximumKernelSize()  
    • Method Detail

      • maximumKernelSize

        @NotNull
        @NotNull java.awt.Dimension maximumKernelSize()
      • convolve

        @NotNull
        @NotNull java.awt.image.ImageProducer convolve​(@NotNull
                                                       @NotNull java.awt.image.BufferedImage image,
                                                       @Nullable
                                                       @Nullable java.awt.RenderingHints hints,
                                                       int awtEdgeMode)