Uses of Interface
com.github.weisj.jsvg.attributes.filter.FilterChannelKey
-
Packages that use FilterChannelKey Package Description com.github.weisj.jsvg.attributes.filter com.github.weisj.jsvg.nodes.filter com.github.weisj.jsvg.parser -
-
Uses of FilterChannelKey in com.github.weisj.jsvg.attributes.filter
Classes in com.github.weisj.jsvg.attributes.filter that implement FilterChannelKey Modifier and Type Class Description class
DefaultFilterChannel
static class
FilterChannelKey.StringKey
-
Uses of FilterChannelKey in com.github.weisj.jsvg.nodes.filter
Classes in com.github.weisj.jsvg.nodes.filter that implement FilterChannelKey Modifier and Type Class Description private static class
ChainedFilterPrimitive.OuterLastResult
Fields in com.github.weisj.jsvg.nodes.filter declared as FilterChannelKey Modifier and Type Field Description private FilterChannelKey
FeMergeNode. inputChannel
private @NotNull FilterChannelKey
FilterPrimitiveBase. inputChannel
private FilterChannelKey
AbstractCompositeFilterPrimitive. inputChannel2
private FilterChannelKey
FeDisplacementMap. inputChannel2
private FilterChannelKey[]
FeMerge. inputChannels
protected FilterChannelKey
ChainedFilterPrimitive. outerLastResult
private @NotNull FilterChannelKey
FilterPrimitiveBase. resultChannel
Methods in com.github.weisj.jsvg.nodes.filter that return FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKey
FeMergeNode. inputChannel()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type FilterChannelKey Modifier and Type Method Description void
ChannelStorage. addResult(@NotNull FilterChannelKey key, @NotNull java.util.function.Supplier<T> value)
void
ChannelStorage. addResult(@NotNull FilterChannelKey key, T value)
@NotNull Channel
FilterPrimitiveBase. channel(@NotNull FilterChannelKey key, @NotNull FilterContext context)
T
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 FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKey
AttributeNode. getFilterChannelKey(@NotNull java.lang.String key, @NotNull FilterChannelKey fallback)
Methods in com.github.weisj.jsvg.parser with parameters of type FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKey
AttributeNode. getFilterChannelKey(@NotNull java.lang.String key, @NotNull FilterChannelKey fallback)
-