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 FilterPrimitiveBase
AbstractFilterPrimitive. filterPrimitiveBase
private FilterPrimitiveBase
FeComponentTransfer. filterPrimitiveBase
private FilterPrimitiveBase
FeMerge. filterPrimitiveBase
Methods in com.github.weisj.jsvg.nodes.filter that return FilterPrimitiveBase Modifier and Type Method Description protected @NotNull FilterPrimitiveBase
AbstractFilterPrimitive. impl()
Methods in com.github.weisj.jsvg.nodes.filter with parameters of type FilterPrimitiveBase Modifier and Type Method Description private @NotNull Channel
AbstractCompositeFilterPrimitive. destinationChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)
private @NotNull Channel
AbstractCompositeFilterPrimitive. sourceChannel(@NotNull FilterPrimitiveBase impl, @NotNull FilterContext filterContext)
-