Uses of Class
com.github.weisj.jsvg.nodes.container.BaseContainerNode.CategoryCheckResult
-
Packages that use BaseContainerNode.CategoryCheckResult Package Description com.github.weisj.jsvg.nodes.container -
-
Uses of BaseContainerNode.CategoryCheckResult in com.github.weisj.jsvg.nodes.container
Methods in com.github.weisj.jsvg.nodes.container that return BaseContainerNode.CategoryCheckResult Modifier and Type Method Description private BaseContainerNode.CategoryCheckResult
BaseContainerNode. doIntersect(Category[] requested, Category[] provided)
static BaseContainerNode.CategoryCheckResult
BaseContainerNode.CategoryCheckResult. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BaseContainerNode.CategoryCheckResult[]
BaseContainerNode.CategoryCheckResult. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-