@Deprecated public class Snippet extends Object implements Cloneable
A short description of the feature. In Google Earth, this description is displayed
in the Places panel under the name of the feature. If a Snippet is not supplied,
the first two lines of the
| Modifier and Type | Field and Description |
|---|---|
protected int |
maxLines
Deprecated.
|
protected String |
value
Deprecated.
|
| Constructor and Description |
|---|
Snippet()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Snippet |
clone()
Deprecated.
|
boolean |
equals(Object obj)
Deprecated.
|
int |
getMaxLines()
Deprecated.
|
String |
getValue()
Deprecated.
|
int |
hashCode()
Deprecated.
|
void |
setMaxLines(int value)
Deprecated.
|
void |
setValue(String value)
Deprecated.
|
Snippet |
withMaxLines(int maxLines)
Deprecated.
fluent setter
|
Snippet |
withValue(String value)
Deprecated.
fluent setter
|
protected String value
Value of the data pair.
protected int maxLines
public void setValue(String value)
value - allowed object is
Stringvaluepublic int getMaxLines()
maxLinespublic void setMaxLines(int value)
maxLinespublic Snippet withValue(String value)
value - required parametersetValue(String)public Snippet withMaxLines(int maxLines)
maxLines - required parametersetMaxLines(int)Copyright © 2014 Micromata GmbH. All rights reserved.