Commit 5e08de9 1 parent de16308 commit 5e08de9 Copy full SHA for 5e08de9
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
import vtk .vtkUnsignedCharArray ;
45
45
46
46
/**
47
- * Swing component that displays the content of a {@link vtk.vtkPanel }. In
47
+ * Swing component that displays the content of a {@link VTKCanvas }. In
48
48
* contrast to the original vtk panel this component is a lightweight component.
49
49
* Although this slows down rendering it may be usefull if transparency and
50
50
* layering of components shall be used. This panle gives full access to the
51
51
* offscreen image which allows to postprocess the image with AWT/Swing.
52
52
*
53
- * <p>In addition to {@link vtk.vtkPanel } this component provides a fullscreen
53
+ * <p>In addition to {@link VTKCanvas } this component provides a fullscreen
54
54
* mode that can be enabled either manually through
55
55
* {@link #enterFullscreenMode() } or by double clicking on the component.</p>
56
56
*
You can’t perform that action at this time.
0 commit comments