public class SAXPointsNumber extends Object
| Constructor and Description |
|---|
SAXPointsNumber() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPointIndex() |
int |
getPointOccurenceNumber() |
double |
getPointValue() |
void |
setPointIndex(int pointIndex) |
void |
setPointOccurenceNumber(int pointOccurenceNumber) |
void |
setPointValue(double pointValue) |
String |
toString() |
public int getPointIndex()
public void setPointIndex(int pointIndex)
pointIndex - the pointIndex to setpublic double getPointValue()
public void setPointValue(double pointValue)
pointValue - the pointValue to setpublic int getPointOccurenceNumber()
public void setPointOccurenceNumber(int pointOccurenceNumber)
pointOccurenceNumber - the pointOccurenceNumber to setCopyright © 2021 JMotif. All rights reserved.