Class MultiLevelStringCache
java.lang.Object
com.independentsoft.office.charts.MultiLevelStringCache
The Class MultiLevelStringCache.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the levels.intGets the point count.voidsetPointCount(int pointCount)Sets the point count.toString()
-
Constructor Details
-
MultiLevelStringCache
public MultiLevelStringCache()Instantiates a new multi level string cache.
-
-
Method Details
-
clone
-
toString
-
getLevels
Gets the levels.- Returns:
- the levels
-
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
-