Uses of Interface
com.github.weisj.jsvg.nodes.filter.Channel
-
Packages that use Channel Package Description com.github.weisj.jsvg.nodes.filter -
-
Uses of Channel in com.github.weisj.jsvg.nodes.filter
Classes in com.github.weisj.jsvg.nodes.filter that implement Channel Modifier and Type Class Description static classFeTurbulence.TurbulenceChannelprivate static classFilter.SourceAlphaChannelclassImageProducerChannelFields in com.github.weisj.jsvg.nodes.filter with type parameters of type Channel Modifier and Type Field Description private @NotNull ChannelStorage<Channel>FilterContext. resultChannelsMethods in com.github.weisj.jsvg.nodes.filter that return Channel Modifier and Type Method Description default @NotNull ChannelChannel. alphaChannel()@NotNull ChannelChannel. applyFilter(@NotNull java.awt.image.ImageFilter filter)@NotNull ChannelFeTurbulence.TurbulenceChannel. applyFilter(@NotNull java.awt.image.ImageFilter filter)@NotNull ChannelImageProducerChannel. applyFilter(@NotNull java.awt.image.ImageFilter filter)@NotNull ChannelFilterPrimitiveBase. channel(@NotNull FilterChannelKey key, @NotNull FilterContext context)private @NotNull ChannelAbstractCompositeFilterPrimitive. destinationChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)@NotNull ChannelFilterContext. getChannel(@NotNull FilterChannelKey key)@NotNull ChannelFilterPrimitiveBase. inputChannel(@NotNull FilterContext context)private @NotNull ChannelAbstractCompositeFilterPrimitive. sourceChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)Methods in com.github.weisj.jsvg.nodes.filter that return types with arguments of type Channel Modifier and Type Method Description @NotNull ChannelStorage<Channel>FilterContext. resultChannels()Methods in com.github.weisj.jsvg.nodes.filter with parameters of type Channel Modifier and Type Method Description voidFilterPrimitiveBase. saveResult(@NotNull Channel output, @NotNull FilterContext filterContext)
-