MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / clear

Method clear

src/org/opensourcephysics/display/Stripchart.java:108–112  ·  view source on GitHub ↗

Clears all data from this Dataset.

()

Source from the content-addressed store, hash-verified

106 * Clears all data from this Dataset.
107 */
108 @Override
109public void clear() {
110 super.clear();
111 lastx = xpoints[0];
112 }
113
114 /**
115 * Trims data points whose x values are outside the xrange from the dataset.

Callers 1

appendMethod · 0.95

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected