Package com.esri.arcgisruntime.layers
Class LegendInfo
- java.lang.Object
-
- com.esri.arcgisruntime.layers.LegendInfo
-
public final class LegendInfo extends 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 String
getName()
Gets the name of this legend item.Symbol
getSymbol()
Gets the symbol to display for this legend item.
-