Uses of Class
com.github.weisj.jsvg.nodes.AbstractGradient
-
Packages that use AbstractGradient Package Description com.github.weisj.jsvg.nodes -
-
Uses of AbstractGradient in com.github.weisj.jsvg.nodes
Classes in com.github.weisj.jsvg.nodes with type parameters of type AbstractGradient Modifier and Type Class Description (package private) class
AbstractGradient<Self extends AbstractGradient<Self>>
Subclasses of AbstractGradient in com.github.weisj.jsvg.nodes Modifier and Type Class Description class
LinearGradient
class
RadialGradient
Methods in com.github.weisj.jsvg.nodes that return AbstractGradient Modifier and Type Method Description private @Nullable AbstractGradient<?>
AbstractGradient. parseTemplate(@NotNull AttributeNode attributeNode)
-