Class LegendInfo


  • public final class LegendInfo
    extends java.lang.Object
    Represents a single legend item. Can be used to display a symbol and name for a feature.
    Since:
    100.0.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the name of this legend item.
      Symbol getSymbol()
      Gets the symbol to display for this legend item.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name of this legend item.
        Returns:
        the name of this item
        Since:
        100.0.0
      • getSymbol

        public Symbol getSymbol()
        Gets the symbol to display for this legend item.
        Returns:
        the symbol to display for this item
        Since:
        100.0.0