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:
  • Constructor Details

    • PointLabels

      public PointLabels()
  • Method Details

    • getLabels

      public List<String> getLabels()
      Gets the labels.
      Returns:
      the labels
    • 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