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

Method paint

Wrapping/Java/vtk/vtkPanel.java:199–199  ·  view source on GitHub ↗
(Graphics g)

Source from the content-addressed store, hash-verified

197 public boolean isWindowSet() { return (this.windowset == 1); }
198
199 public void paint(Graphics g) { this.Render(); }
200
201 public void update(Graphics g) { paint(g); }
202

Callers 1

updateMethod · 0.95

Calls 1

RenderMethod · 0.95

Tested by

no test coverage detected