Uses of Class
com.github.weisj.jsvg.nodes.prototype.spec.Category
-
Packages that use Category Package Description com.github.weisj.jsvg.nodes.container com.github.weisj.jsvg.nodes.prototype.spec com.github.weisj.jsvg.parser.impl -
-
Uses of Category in com.github.weisj.jsvg.nodes.container
Methods in com.github.weisj.jsvg.nodes.container with parameters of type Category Modifier and Type Method Description private BaseContainerNode.CategoryCheckResult
BaseContainerNode. doIntersect(Category[] requested, Category[] provided)
-
Uses of Category in com.github.weisj.jsvg.nodes.prototype.spec
Methods in com.github.weisj.jsvg.nodes.prototype.spec that return Category Modifier and Type Method Description Category[]
categories()
static @NotNull Category @NotNull []
Category. categoriesOf(@NotNull SVGNode node)
Category[]
value()
static Category
Category. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Category[]
Category. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.prototype.spec with parameters of type Category Modifier and Type Method Description static boolean
Category. hasCategory(@NotNull SVGNode node, @NotNull Category category)
-
Uses of Category in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl with parameters of type Category Modifier and Type Method Description <T> T
AttributeNode. getElementByHref(@NotNull java.lang.Class<T> type, @NotNull Category category, @Nullable java.lang.String value, AttributeNode.ElementRelation relation)
-