Uses of Class
com.github.weisj.jsvg.nodes.filter.ChannelStorage
Packages that use ChannelStorage
-
Uses of ChannelStorage in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as ChannelStorageModifier and TypeFieldDescriptionprivate final @NotNull ChannelStorage
<Channel> FilterContext.resultChannels
private final @NotNull ChannelStorage
<LayoutBounds> FilterLayoutContext.resultChannels
Methods in com.github.weisj.jsvg.nodes.filter that return ChannelStorageModifier and TypeMethodDescription@NotNull ChannelStorage
<Channel> FilterContext.resultChannels()
@NotNull ChannelStorage
<LayoutBounds> FilterLayoutContext.resultChannels()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type ChannelStorageModifier and TypeMethodDescriptionprivate <T> void
FilterPrimitiveBase.saveResultImpl
(T value, @NotNull ChannelStorage<T> storage)