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 -
-
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()
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. -
Uses of Category in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser 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)
-