public class PointLabels extends Object implements Serializable
| Constructor and Description |
|---|
PointLabels() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getEdgeTolerance()
Gets the edge tolerance.
|
List<String> |
getLabels()
Gets the labels.
|
String |
getLocation()
Gets the location.
|
Boolean |
isShow()
Checks if is show.
|
PointLabels |
setEdgeTolerance(Integer edgeTolerance)
Sets the edge tolerance.
|
PointLabels |
setLabels(List<String> labels)
Sets the labels.
|
PointLabels |
setLocation(String location)
Sets the location.
|
PointLabels |
setShow(Boolean show)
Sets the show.
|
public PointLabels setLabels(List<String> labels)
labels - the new labelspublic Integer getEdgeTolerance()
public PointLabels setEdgeTolerance(Integer edgeTolerance)
edgeTolerance - the new edge tolerancepublic String getLocation()
public PointLabels setLocation(String location)
location - the new locationpublic Boolean isShow()
public PointLabels setShow(Boolean show)
show - the new showCopyright © 2020. All rights reserved.