Class PlotPoint


  • public class PlotPoint
    extends Object
    • Method Detail

      • getYvalue

        public String getYvalue()
        Returns:
        the yvalue for this point.
      • setYvalue

        public void setYvalue​(String yvalue)
        Parameters:
        yvalue - set the yvalue for this point.
      • getUrl

        public String getUrl()
        Returns:
        url for this point.
      • setUrl

        public void setUrl​(String url)
        Parameters:
        url - set the url for this point.
      • getLabel

        public String getLabel()
        Returns:
        label for this point.
      • setLabel

        public void setLabel​(String label)
        Parameters:
        label - set the label for this point.