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

Method setName

src/org/opensourcephysics/display/Histogram.java:523–525  ·  view source on GitHub ↗

Sets a name that can be used to identify the dataset. @param name String

(String name)

Source from the content-addressed store, hash-verified

521 * @param name String
522 */
523 public void setName(String name) {
524 this.name = TeXParser.parseTeX(name);
525 }
526
527 /**
528 * Gets the dataset name.

Callers

nothing calls this directly

Calls 1

parseTeXMethod · 0.95

Tested by

no test coverage detected