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

Method run

Wrapping/Java/vtk/vtkPanel.java:113–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 // must be performed on awt event thread
112 Runnable updateAComponent = new Runnable() {
113 public void run()
114 {
115 Lock();
116 System.out.println("direct rendering = " + (rw.IsDirect() == 1));
117 System.out.println("opengl supported = " + (rw.SupportsOpenGL() == 1));
118 System.out.println("report = " + rw.ReportCapabilities());
119 UnLock();
120 }
121 };
122
123 SwingUtilities.invokeLater(updateAComponent);

Callers

nothing calls this directly

Calls 5

LockMethod · 0.95
UnLockMethod · 0.95
IsDirectMethod · 0.45
SupportsOpenGLMethod · 0.45
ReportCapabilitiesMethod · 0.45

Tested by

no test coverage detected