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

Method setSize

Wrapping/Java/vtk/vtkCanvas.java:128–137  ·  view source on GitHub ↗
(int x, int y)

Source from the content-addressed store, hash-verified

126 }
127
128 public void setSize(int x, int y) {
129 super.setSize(x, y);
130 if (windowset == 1) {
131 Lock();
132 rw.SetSize(x, y);
133 iren.SetSize(x, y);
134 iren.ConfigureEvent();
135 UnLock();
136 }
137 }
138
139 public void mouseClicked(MouseEvent e) {
140 }

Callers 1

componentResizedMethod · 0.95

Calls 5

UnLockMethod · 0.80
setSizeMethod · 0.65
LockMethod · 0.45
SetSizeMethod · 0.45
ConfigureEventMethod · 0.45

Tested by

no test coverage detected