Package org.freeplane.api
Class MapTagCategoryNode
java.lang.Object
org.freeplane.api.MapTagCategoryNode
A node in the map's tag category tree.
Categorized tag nodes may have zero or more children.
- Since:
- 1.13.3
-
Constructor Summary
ConstructorsConstructorDescriptionMapTagCategoryNode(List<String> path, String name, String qualifiedName, String color, List<MapTagCategoryNode> children) -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns child categorized tags.getColor()Returns the node color, ornullif none is set.getName()Returns the local node name.getPath()Returns the full path from the top-level categorized tag to this node.Returns the qualified name built with the category separator.inthashCode()
-
Constructor Details
-
MapTagCategoryNode
public MapTagCategoryNode(List<String> path, String name, String qualifiedName, String color, List<MapTagCategoryNode> children) - Parameters:
path- full path from the top-level categorized tag to this nodename- local node namequalifiedName- qualified name built with the category separatorcolor- node color, ornullif none is setchildren- child categorized tags
-
-
Method Details
-
getPath
Returns the full path from the top-level categorized tag to this node. -
getName
Returns the local node name. -
getQualifiedName
Returns the qualified name built with the category separator. -
getColor
Returns the node color, ornullif none is set. -
getChildren
Returns child categorized tags. -
hashCode
public int hashCode() -
equals
-