Interface Channel

    • Method Detail

      • producer

        @NotNull
        @NotNull java.awt.image.ImageProducer producer()
      • toImage

        @NotNull
        default @NotNull java.awt.Image toImage​(@NotNull
                                                @NotNull RenderContext context)
      • toBufferedImageNonAliased

        @NotNull
        default @NotNull java.awt.image.BufferedImage toBufferedImageNonAliased​(@NotNull
                                                                                @NotNull RenderContext context)
      • makeNonAliased

        @NotNull
        static @NotNull java.awt.image.BufferedImage makeNonAliased​(@NotNull
                                                                    @NotNull java.awt.Image img)
      • applyFilter

        @NotNull
        @NotNull Channel applyFilter​(@NotNull
                                     @NotNull java.awt.image.ImageFilter filter)
      • alphaChannel

        @NotNull
        default @NotNull Channel alphaChannel()