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

Method setLineColor

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

Sets the color of the lines connecting data points. @param _lineColor

(Color _lineColor)

Source from the content-addressed store, hash-verified

519 * @param _lineColor
520 */
521 public void setLineColor(Color _lineColor) {
522 lineColor = _lineColor;
523 }
524
525 /**
526 * Sets the column names when rendering this dataset in a JTable.

Callers 3

createDatasetMethod · 0.95
setLineColorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected