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.resultChannelsprivate final @NotNull ChannelStorage<LayoutBounds> FilterLayoutContext.resultChannelsMethods 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> voidFilterPrimitiveBase.saveResultImpl(T value, @NotNull ChannelStorage<T> storage)