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

Method setConnected

src/org/opensourcephysics/display/Dataset.java:363–368  ·  view source on GitHub ↗

Sets the data connected flag. Points are connected by straight lines. @param _connected true<\code> if points are connected

(boolean _connected)

Source from the content-addressed store, hash-verified

361 *
362 */
363 public void setConnected(boolean _connected) {
364 connected = _connected;
365 if (connected) {
366 recalculatePath();
367 }
368 }
369
370 /**
371 * Sets the data point fill, edge, and error bar colors to the same color.

Callers 3

createDatasetMethod · 0.95
loadObjectMethod · 0.95
setConnectedMethod · 0.95

Calls 1

recalculatePathMethod · 0.95

Tested by

no test coverage detected