MCPcopy Index your code
hub / github.com/arduino/Arduino / Graph

Method Graph

app/src/processing/app/SerialPlotter.java:60–63  ·  view source on GitHub ↗
(int id)

Source from the content-addressed store, hash-verified

58 public String label;
59
60 public Graph(int id) {
61 buffer = new CircularBuffer(BUFFER_CAPACITY);
62 color = Theme.getColorCycleColor("plotting.graphcolor", id);
63 }
64
65 public void paint(Graphics2D g, float xstep, double minY,
66 double maxY, double rangeY, double height) {

Callers

nothing calls this directly

Calls 1

getColorCycleColorMethod · 0.95

Tested by

no test coverage detected