]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/utils/AxesDisplay.java
Using SWT thread with Plant3d
[simantics/3d.git] / org.simantics.g3d.vtk / src / org / simantics / g3d / vtk / utils / AxesDisplay.java
index ed1a503a92b7ef6a1bbb5dcb0f07fcec511dbd43..13ffac0838534fc6cbdbefb9b9874b00fb23f787 100644 (file)
@@ -1,6 +1,6 @@
 package org.simantics.g3d.vtk.utils;
 
-import org.simantics.g3d.vtk.common.InteractiveVtkPanel;
+import org.simantics.g3d.vtk.common.VtkView;
 
 import vtk.vtkAxesActor;
 import vtk.vtkOrientationMarkerWidget;
@@ -8,9 +8,9 @@ import vtk.vtkOrientationMarkerWidget;
 public class AxesDisplay {
        
        
-       private InteractiveVtkPanel panel;
+       private VtkView panel;
        
-       public AxesDisplay(InteractiveVtkPanel panel) {
+       public AxesDisplay(VtkView panel) {
                this.panel = panel;
        }