Uses of Interface
com.github.weisj.jsvg.attributes.filter.FilterChannelKey
Packages that use FilterChannelKey
Package
Description
-
Uses of FilterChannelKey in com.github.weisj.jsvg.attributes.filter
Classes in com.github.weisj.jsvg.attributes.filter that implement FilterChannelKeyModifier and TypeClassDescriptionenum
static class
-
Uses of FilterChannelKey in com.github.weisj.jsvg.nodes.filter
Classes in com.github.weisj.jsvg.nodes.filter that implement FilterChannelKeyModifier and TypeClassDescriptionprivate static final class
Fields in com.github.weisj.jsvg.nodes.filter declared as FilterChannelKeyModifier and TypeFieldDescriptionprivate FilterChannelKey
FeMergeNode.inputChannel
private final @NotNull FilterChannelKey
FilterPrimitiveBase.inputChannel
private FilterChannelKey
AbstractCompositeFilterPrimitive.inputChannel2
private FilterChannelKey
FeDisplacementMap.inputChannel2
private FilterChannelKey[]
FeMerge.inputChannels
protected final FilterChannelKey
ChainedFilterPrimitive.outerLastResult
private final @NotNull FilterChannelKey
FilterPrimitiveBase.resultChannel
Methods in com.github.weisj.jsvg.nodes.filter that return FilterChannelKeyMethods in com.github.weisj.jsvg.nodes.filter with parameters of type FilterChannelKeyModifier and TypeMethodDescriptionvoid
ChannelStorage.addResult
(@NotNull FilterChannelKey key, @NotNull Supplier<T> value) void
ChannelStorage.addResult
(@NotNull FilterChannelKey key, T value) @NotNull Channel
FilterPrimitiveBase.channel
(@NotNull FilterChannelKey key, @NotNull FilterContext context) ChannelStorage.get
(@NotNull FilterChannelKey key) @NotNull Channel
FilterContext.getChannel
(@NotNull FilterChannelKey key) -
Uses of FilterChannelKey in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return FilterChannelKeyModifier and TypeMethodDescription@NotNull FilterChannelKey
AttributeNode.getFilterChannelKey
(@NotNull String key, @NotNull FilterChannelKey fallback) Methods in com.github.weisj.jsvg.parser with parameters of type FilterChannelKeyModifier and TypeMethodDescription@NotNull FilterChannelKey
AttributeNode.getFilterChannelKey
(@NotNull String key, @NotNull FilterChannelKey fallback)