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 class
private static final class
class
Fields in com.github.weisj.jsvg.nodes.filter with type parameters of type ChannelModifier and TypeFieldDescriptionprivate final @NotNull ChannelStorage
<Channel> FilterContext.resultChannels
Methods in com.github.weisj.jsvg.nodes.filter that return ChannelModifier and TypeMethodDescriptiondefault @NotNull Channel
Channel.alphaChannel()
@NotNull Channel
Channel.applyFilter
(@NotNull ImageFilter filter) @NotNull Channel
FeTurbulence.TurbulenceChannel.applyFilter
(@NotNull ImageFilter filter) @NotNull Channel
ImageProducerChannel.applyFilter
(@NotNull ImageFilter filter) @NotNull Channel
FilterPrimitiveBase.channel
(@NotNull FilterChannelKey key, @NotNull FilterContext context) private @NotNull Channel
AbstractCompositeFilterPrimitive.destinationChannel
(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext) @NotNull Channel
FilterContext.getChannel
(@NotNull FilterChannelKey key) @NotNull Channel
FilterPrimitiveBase.inputChannel
(@NotNull FilterContext context) private @NotNull Channel
AbstractCompositeFilterPrimitive.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 TypeMethodDescriptionvoid
FilterPrimitiveBase.saveResult
(@NotNull Channel output, @NotNull FilterContext filterContext)