java.lang.Object
org.wicketstuff.jqplot.lib.elements.PointLabels
- All Implemented Interfaces:
Serializable
The Class PointLabels.
- Author:
- inaiat
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the edge tolerance.Gets the labels.Gets the location.isShow()Checks if is show.setEdgeTolerance(Integer edgeTolerance) Sets the edge tolerance.Sets the labels.setLocation(String location) Sets the location.Sets the show.
-
Constructor Details
-
PointLabels
public PointLabels()
-
-
Method Details
-
getLabels
Gets the labels.- Returns:
- the labels
-
setLabels
Sets the labels.- Parameters:
labels- the new labels- Returns:
- PointLabels
-
getEdgeTolerance
Gets the edge tolerance.- Returns:
- the edge tolerance
-
setEdgeTolerance
Sets the edge tolerance.- Parameters:
edgeTolerance- the new edge tolerance- Returns:
- PointLabels
-
getLocation
Gets the location.- Returns:
- the location
-
setLocation
Sets the location.- Parameters:
location- the new location- Returns:
- PointLabels
-
isShow
Checks if is show.- Returns:
- the boolean
-
setShow
Sets the show.- Parameters:
show- the new show- Returns:
- PointLabels
-