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.impl -
-
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 classDefaultFilterChannelstatic classFilterChannelKey.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 classChainedFilterPrimitive.OuterLastResultFields in com.github.weisj.jsvg.nodes.filter declared as FilterChannelKey Modifier and Type Field Description private FilterChannelKeyFeMergeNode. inputChannelprivate @NotNull FilterChannelKeyFilterPrimitiveBase. inputChannelprivate FilterChannelKeyAbstractCompositeFilterPrimitive. inputChannel2private FilterChannelKeyFeDisplacementMap. inputChannel2private FilterChannelKey[]FeMerge. inputChannelsprotected FilterChannelKeyChainedFilterPrimitive. outerLastResultprivate @NotNull FilterChannelKeyFilterPrimitiveBase. resultChannelMethods in com.github.weisj.jsvg.nodes.filter that return FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKeyFeMergeNode. inputChannel()Methods in com.github.weisj.jsvg.nodes.filter with parameters of type FilterChannelKey Modifier and Type Method Description voidChannelStorage. addResult(@NotNull FilterChannelKey key, @NotNull java.util.function.Supplier<T> value)voidChannelStorage. addResult(@NotNull FilterChannelKey key, T value)@NotNull ChannelFilterPrimitiveBase. channel(@NotNull FilterChannelKey key, @NotNull FilterContext context)TChannelStorage. get(@NotNull FilterChannelKey key)@NotNull ChannelFilterContext. getChannel(@NotNull FilterChannelKey key) -
Uses of FilterChannelKey in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKeyAttributeNode. getFilterChannelKey(@NotNull java.lang.String key, @NotNull FilterChannelKey fallback)Methods in com.github.weisj.jsvg.parser.impl with parameters of type FilterChannelKey Modifier and Type Method Description @NotNull FilterChannelKeyAttributeNode. getFilterChannelKey(@NotNull java.lang.String key, @NotNull FilterChannelKey fallback)
-