Skip to content

Commit 5e08de9

Browse files
committed
switched from to vtkCanvas
1 parent de16308 commit 5e08de9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JVTK/src/eu/mihosoft/vtk/VTKJPanel.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
import vtk.vtkUnsignedCharArray;
4545

4646
/**
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
4848
* contrast to the original vtk panel this component is a lightweight component.
4949
* Although this slows down rendering it may be usefull if transparency and
5050
* layering of components shall be used. This panle gives full access to the
5151
* offscreen image which allows to postprocess the image with AWT/Swing.
5252
*
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
5454
* mode that can be enabled either manually through
5555
* {@link #enterFullscreenMode() } or by double clicking on the component.</p>
5656
*

0 commit comments

Comments
 (0)