Class StringPoint

java.lang.Object
com.independentsoft.office.charts.StringPoint

public class StringPoint extends Object
The Class StringPoint.
  • Constructor Details

    • StringPoint

      public StringPoint()
      Instantiates a new string point.
    • StringPoint

      public StringPoint(int index, String value)
      Instantiates a new string point.
      Parameters:
      index - the index
      value - the value
  • Method Details

    • clone

      public StringPoint clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIndex

      public int getIndex()
      Gets the index.
      Returns:
      the index
    • setIndex

      public void setIndex(int index)
      Sets the index.
      Parameters:
      index - the new index
    • getValue

      public String getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value.
      Parameters:
      value - the new value