Uses of Class
com.github.weisj.jsvg.nodes.filter.FilterPrimitiveBase
-
Packages that use FilterPrimitiveBase Package Description com.github.weisj.jsvg.nodes.filter -
-
Uses of FilterPrimitiveBase in com.github.weisj.jsvg.nodes.filter
Fields in com.github.weisj.jsvg.nodes.filter declared as FilterPrimitiveBase Modifier and Type Field Description private FilterPrimitiveBaseAbstractFilterPrimitive. filterPrimitiveBaseprivate FilterPrimitiveBaseFeComponentTransfer. filterPrimitiveBaseprivate FilterPrimitiveBaseFeMerge. filterPrimitiveBaseMethods in com.github.weisj.jsvg.nodes.filter that return FilterPrimitiveBase Modifier and Type Method Description protected @NotNull FilterPrimitiveBaseAbstractFilterPrimitive. impl()Methods in com.github.weisj.jsvg.nodes.filter with parameters of type FilterPrimitiveBase Modifier and Type Method Description private @NotNull ChannelAbstractCompositeFilterPrimitive. destinationChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)private @NotNull ChannelAbstractCompositeFilterPrimitive. sourceChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)
-