Class PointLabels
- java.lang.Object
-
- org.wicketstuff.jqplot.lib.elements.PointLabels
-
- All Implemented Interfaces:
Serializable
public class PointLabels extends Object implements Serializable
The Class PointLabels.- Author:
- inaiat
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PointLabels()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetEdgeTolerance()Gets the edge tolerance.List<String>getLabels()Gets the labels.StringgetLocation()Gets the location.BooleanisShow()Checks if is show.PointLabelssetEdgeTolerance(Integer edgeTolerance)Sets the edge tolerance.PointLabelssetLabels(List<String> labels)Sets the labels.PointLabelssetLocation(String location)Sets the location.PointLabelssetShow(Boolean show)Sets the show.
-
-
-
Method Detail
-
setLabels
public PointLabels setLabels(List<String> labels)
Sets the labels.- Parameters:
labels- the new labels- Returns:
- PointLabels
-
getEdgeTolerance
public Integer getEdgeTolerance()
Gets the edge tolerance.- Returns:
- the edge tolerance
-
setEdgeTolerance
public PointLabels setEdgeTolerance(Integer edgeTolerance)
Sets the edge tolerance.- Parameters:
edgeTolerance- the new edge tolerance- Returns:
- PointLabels
-
getLocation
public String getLocation()
Gets the location.- Returns:
- the location
-
setLocation
public PointLabels setLocation(String location)
Sets the location.- Parameters:
location- the new location- Returns:
- PointLabels
-
isShow
public Boolean isShow()
Checks if is show.- Returns:
- the boolean
-
setShow
public PointLabels setShow(Boolean show)
Sets the show.- Parameters:
show- the new show- Returns:
- PointLabels
-
-