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

Method setSize

Wrapping/Java/vtk/rendering/vtkComponent.java:81–81  ·  view source on GitHub ↗

Update width and height of the given component @param w @param h

(int w, int h)

Source from the content-addressed store, hash-verified

79 * @param h
80 */
81 void setSize(int w, int h);
82
83 /**
84 * @return the concrete implementation of the graphical container such as

Callers 15

RenderLabelMethod · 0.65
vtkPanelMethod · 0.65
setSizeMethod · 0.65
setSizeMethod · 0.65
runMethod · 0.65
mainMethod · 0.65
runMethod · 0.65
InternalFramesMethod · 0.65
VTKFrameMethod · 0.65
buildFrameMethod · 0.65
runMethod · 0.65
runMethod · 0.65

Implementers 1

vtkPanelComponentWrapping/Java/vtk/rendering/awt/vtkPan

Calls

no outgoing calls

Tested by

no test coverage detected