Uses of Enum Class
com.github.weisj.jsvg.nodes.prototype.spec.Category
Packages that use Category
Package
Description
-
Uses of Category in com.github.weisj.jsvg.nodes.container
Methods in com.github.weisj.jsvg.nodes.container with parameters of type CategoryModifier and TypeMethodDescriptionBaseContainerNode.doIntersect(Category[] requested, Category[] provided) -
Uses of Category in com.github.weisj.jsvg.nodes.prototype.spec
Subclasses with type arguments of type Category in com.github.weisj.jsvg.nodes.prototype.specMethods in com.github.weisj.jsvg.nodes.prototype.spec that return CategoryModifier and TypeMethodDescriptionstatic @NotNull Category @NotNull []Category.categoriesOf(@NotNull SVGNode node) static CategoryReturns the enum constant of this class with the specified name.static Category[]Category.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.weisj.jsvg.nodes.prototype.spec with parameters of type CategoryModifier and TypeMethodDescriptionstatic booleanCategory.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 CategoryModifier and TypeMethodDescription<T> TAttributeNode.getElementByHref(@NotNull Class<T> type, @NotNull Category category, @Nullable String value, AttributeNode.ElementRelation relation)