Class MapTagItem

java.lang.Object
org.freeplane.api.MapTagItem

public class MapTagItem extends Object
Tag item used by the map-level tag category API.
Since:
1.13.3
  • Constructor Details

    • MapTagItem

      public MapTagItem(List<String> path, String name, String qualifiedName, String color)
      Parameters:
      path - full path of the tag item
      name - local tag name
      qualifiedName - qualified name built with the category separator
      color - tag color, or null if none is set
  • Method Details

    • getPath

      public List<String> getPath()
      Returns the full path of the tag item.
    • getName

      public String getName()
      Returns the local tag name.
    • getQualifiedName

      public String getQualifiedName()
      Returns the qualified name built with the category separator.
    • getColor

      public String getColor()
      Returns the tag color, or null if none is set.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object