| com.esri.android.map.popup.PopupStyle |
Known Indirect Subclasses
|
Interface to be implemented by popup styling classes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int |
getPopupBackgroundColor()
Gets the popup background color.
| ||||||||||
| abstract void |
setPopupBackgroundColor(int color)
Sets the popup background color.
| ||||||||||
Gets the popup background color.
Sets the popup background color.
| color | the popup background color |
|---|