public class Legend extends Object
| Constructor and Description |
|---|
Legend() |
Legend(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
List<LegendPart> |
getLegendParts() |
String |
getName() |
void |
setLegendParts(List<LegendPart> legendParts) |
void |
setName(String name) |
public Legend()
public Legend(org.json.JSONObject json)
throws org.json.JSONException
org.json.JSONExceptionpublic String getName()
public void setName(String name)
public List<LegendPart> getLegendParts()
public void setLegendParts(List<LegendPart> legendParts)
Copyright © 2018. All rights reserved.