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 class
FeTurbulence.TurbulenceChannel
private static class
Filter.SourceAlphaChannel
class
ImageProducerChannel
Fields in com.github.weisj.jsvg.nodes.filter with type parameters of type Channel Modifier and Type Field Description private @NotNull ChannelStorage<Channel>
FilterContext. resultChannels
Methods in com.github.weisj.jsvg.nodes.filter that return Channel Modifier and Type Method Description default @NotNull Channel
Channel. alphaChannel()
@NotNull Channel
Channel. applyFilter(@NotNull java.awt.image.ImageFilter filter)
@NotNull Channel
FeTurbulence.TurbulenceChannel. applyFilter(@NotNull java.awt.image.ImageFilter filter)
@NotNull Channel
ImageProducerChannel. applyFilter(@NotNull java.awt.image.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 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 void
FilterPrimitiveBase. saveResult(@NotNull Channel output, @NotNull FilterContext filterContext)
-