public class MarkerImagePartKey extends Object
MarkerImagePart| Modifier and Type | Class and Description |
|---|---|
static class |
MarkerImagePartKey.FontSpec |
| Constructor and Description |
|---|
MarkerImagePartKey() |
| Modifier and Type | Method and Description |
|---|---|
static MarkerImagePartKey |
decode(IExtendedParameterInfo info) |
boolean |
equals(Object obj) |
String |
getCaption() |
String |
getFont() |
int |
getFontSize() |
MarkerImagePartKey.FontSpec |
getFontSpec() |
String |
getIcon() |
int |
hashCode() |
void |
setCaption(String text) |
void |
setFont(String font) |
void |
setFontSize(int fontSize) |
void |
setFontSpec(MarkerImagePartKey.FontSpec fontSpec) |
void |
setIcon(String icon) |
public static MarkerImagePartKey decode(IExtendedParameterInfo info)
public void setIcon(String icon)
public String getIcon()
public void setCaption(String text)
public String getCaption()
public String getFont()
public void setFont(String font)
public int getFontSize()
public void setFontSize(int fontSize)
public MarkerImagePartKey.FontSpec getFontSpec()
public void setFontSpec(MarkerImagePartKey.FontSpec fontSpec)
Copyright © 2017 etc.to. All rights reserved.