Class StringPoint
java.lang.Object
com.independentsoft.office.charts.StringPoint
The Class StringPoint.
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new string point.StringPoint(int index, String value)Instantiates a new string point. -
Method Summary
-
Constructor Details
-
StringPoint
public StringPoint()Instantiates a new string point. -
StringPoint
Instantiates a new string point.- Parameters:
index- the indexvalue- the value
-
-
Method Details
-
clone
-
toString
-
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
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-