MCPcopy Create free account
hub / github.com/Kitware/VTK / StartTimer

Method StartTimer

Wrapping/Java/vtk/vtkCanvas.java:81–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 public void StartTimer() {
82 if (timer.isRunning())
83 timer.stop();
84
85 timer.setRepeats(true);
86 timer.start();
87 }
88
89 public void DestroyTimer() {
90 if (timer.isRunning())

Callers

nothing calls this directly

Calls 2

stopMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected