|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.layers.KmlAuthor
public class KmlAuthor
Contains details of the author of a KML document or feature.
See KmlAuthor API Doc
| Constructor Summary | |
|---|---|
protected |
KmlAuthor()
|
| Method Summary | |
|---|---|
String |
getEmail()
The author's e-mail address, or an empty string if not specified. |
String |
getName()
The author's name, or an empty string if not specified. |
String |
getUri()
The author's home page, or an empty string if not specified. |
static KmlAuthor |
newInstance()
Contains details of the author of a KML document or feature. |
void |
setEmail(String email)
The author's e-mail address, or an empty string if not specified. |
void |
setName(String name)
The author's name, or an empty string if not specified. |
void |
setUri(String uri)
The author's home page, or an empty string if not specified. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected KmlAuthor()
| Method Detail |
|---|
public static final KmlAuthor newInstance()
public final void setEmail(String email)
email - public final String getEmail()
public final void setName(String name)
name - public final String getName()
public final void setUri(String uri)
uri - public final String getUri()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||