Class MarkerIndicator


  • public class MarkerIndicator
    extends Object
    Provides a marker indicator.
    • Constructor Detail

      • MarkerIndicator

        public MarkerIndicator​(String name,
                               String indicator,
                               String textStyle)
        Creates a new marker indicator with the specified parameters.
        Parameters:
        name - the name of the markers to indicate
        indicator - the string indicating an occurrence
        textStyle - the text style
    • Method Detail

      • getName

        public String getName()
        Gets the name of the markers to indicate.
        Returns:
        the name
      • getIndicator

        public String getIndicator()
        Gets the occurrence indicator string.
        Returns:
        the occurrence indicator
      • getTextStyle

        public String getTextStyle()
        The text style of the marker indicator, or null if no special style is used.
        Returns:
        the text style
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object