Uses of Interface
com.github.weisj.jsvg.nodes.filter.Channel
Packages that use Channel
-
Uses of Channel in com.github.weisj.jsvg.nodes.filter
Classes in com.github.weisj.jsvg.nodes.filter that implement ChannelModifier and TypeClassDescriptionstatic final classprivate static final classclassFields in com.github.weisj.jsvg.nodes.filter with type parameters of type ChannelModifier and TypeFieldDescriptionprivate final @NotNull ChannelStorage<Channel> FilterContext.resultChannelsMethods in com.github.weisj.jsvg.nodes.filter that return ChannelModifier and TypeMethodDescriptiondefault @NotNull ChannelChannel.alphaChannel()@NotNull ChannelChannel.applyFilter(@NotNull ImageFilter filter) @NotNull ChannelFeTurbulence.TurbulenceChannel.applyFilter(@NotNull ImageFilter filter) @NotNull ChannelImageProducerChannel.applyFilter(@NotNull 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 ChannelModifier and TypeMethodDescription@NotNull ChannelStorage<Channel> FilterContext.resultChannels()Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ChannelModifier and TypeMethodDescriptionvoidFilterPrimitiveBase.saveResult(@NotNull Channel output, @NotNull FilterContext filterContext)