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

Method setSize

Wrapping/Java/vtk/vtkPanel.java:130–139  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

128 public vtkRenderWindow GetRenderWindow() { return rw; }
129
130 public void setSize(int x, int y)
131 {
132 super.setSize(x, y);
133 if (windowset == 1)
134 {
135 Lock();
136 rw.SetSize(x, y);
137 UnLock();
138 }
139 }
140
141 public void addNotify()
142 {

Callers 1

RenderMethod · 0.95

Calls 4

LockMethod · 0.95
UnLockMethod · 0.95
setSizeMethod · 0.65
SetSizeMethod · 0.45

Tested by

no test coverage detected