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