Hi there,<br><br>To get complete control, you will need to at least override all these methods and replace it with your handlers:<br><br>virtual void OnMouseMove();<br>virtual void OnLeftButtonDown();<br>virtual void OnLeftButtonUp();
<br>virtual void OnRightButtonDown();<br>virtual void OnRightButtonUp();<br>virtual void OnChar();<br><br>So try overriding these values as well. Also, output something in your overrides so that you have an indication that the correct interactor style has registered with the interactor.
<br><br>I have unfortunately not used VTK with Java, but it should not be anything more complicated.<br><br>Cheers and good luck,<br><br>Anja