|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.core.map.Legend
public class Legend
The Legend class provides a legend's symbol and label.
Constructor Summary | |
---|---|
Legend(android.graphics.Bitmap image,
String label)
Creates a Legend object. |
Method Summary | |
---|---|
android.graphics.Bitmap |
getImage()
Returns the legend's image. |
String |
getLabel()
Returns the legend's label. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Legend(android.graphics.Bitmap image, String label)
image
- the legend's symbollabel
- the legend's labelMethod Detail |
---|
public android.graphics.Bitmap getImage()
public String getLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |