|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--gov.sns.tools.plot.BasicGraphData
|
+--gov.sns.tools.plot.UnwrappedGeneratorGraphData
| Nested Class Summary |
| Nested classes inherited from class gov.sns.tools.plot.BasicGraphData |
BasicGraphData.CompareErr, BasicGraphData.CompareX, BasicGraphData.CompareY, BasicGraphData.XYpoint |
| Field Summary | |
protected BasicGraphData |
extUnwrappedData
|
| Fields inherited from class gov.sns.tools.plot.BasicGraphData |
color, drawLinesOn, drawPointsOn, errYmax, graphDataContainerV, immediateContainerUpdate, lineStroke, lineThick, lockUpObj, markShape, markShapeFilled, name, nInterpPoints, pointSize, propertyMap, xMax, xMin, xyInterpPointV, xyPointV, yMax, yMin |
| Constructor Summary | |
UnwrappedGeneratorGraphData()
data set constructor |
|
UnwrappedGeneratorGraphData(int nPoint,
int nInterpPoints)
data set constructor with defined initial capacity for number of (x,y) points and interpolated points |
|
| Method Summary | |
void |
addPoint(double x,
double y,
double err)
add (x,y, error of y) point to the data set and an unwrapped data point to the external container |
static void |
main(java.lang.String[] args)
this is a test method |
void |
removeAllPoints()
remove all points from the data set |
void |
setExtUnwrappedContainer(BasicGraphData extUnwrappedData)
set the external data container for unwrapped data |
protected double |
unwrap(double y,
double yIn)
this method finds +-2*PI to produce the nearest points |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BasicGraphData extUnwrappedData
| Constructor Detail |
public UnwrappedGeneratorGraphData()
public UnwrappedGeneratorGraphData(int nPoint,
int nInterpPoints)
| Method Detail |
public void setExtUnwrappedContainer(BasicGraphData extUnwrappedData)
public void addPoint(double x,
double y,
double err)
addPoint in class BasicGraphData
protected double unwrap(double y,
double yIn)
public void removeAllPoints()
removeAllPoints in class BasicGraphDatapublic static void main(java.lang.String[] args)
BasicGraphData
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||