Interface MarkedElementsManager

  • All Known Implementing Classes:
    MarkedElementsManagerImpl

    public interface MarkedElementsManager
    A manager for markers in Charts
    • Method Detail

      • addElementName

        void addElementName​(java.lang.String elementName)
        adds an the given elementName to the marked elements
        Parameters:
        elementName -
      • removeElementName

        void removeElementName​(java.lang.String elementName)
        removes a elementName from the list of marked elements
        Parameters:
        elementName - the name of the element to remove
      • contains

        boolean contains​(java.lang.String elementName)
        Parameters:
        elementName -
        Returns:
        true, if the manager contains the given name, false otherwise
      • getElementNames

        java.util.Collection<java.lang.String> getElementNames()
        Returns:
        all contained elementNames