Class StringLiteral
java.lang.Object
com.independentsoft.office.charts.StringLiteral
The Class StringLiteral.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()intGets the point count.Gets the string points.voidsetPointCount(int pointCount)Sets the point count.toString()
-
Constructor Details
-
StringLiteral
public StringLiteral()Instantiates a new string literal.
-
-
Method Details
-
clone
-
toString
-
getStringPoints
Gets the string points.- Returns:
- the string points
-
getPointCount
public int getPointCount()Gets the point count.- Returns:
- the point count
-
setPointCount
public void setPointCount(int pointCount)Sets the point count.- Parameters:
pointCount- the new point count
-