I did the same in C++ but I inherited from vtkInteractorStyleImage. Worked without a problem. Try inheriting from it and override the members.<br><br>You probably will need to override all the mouse and keyboard events as all have some functionality associated that you might not want, but it should work..
<br><br>I am not sure why this should not work though... could be a problem with how it is being cast internally, not sure. Should work despite that. I have never used the JAVA side of it, so do not know.<br><br>Good luck,
<br>Anja<br>