Xj3D 2.0 VRML/X3D Code API

org.xj3d.sai
Interface Xj3DCursorFilter


public interface Xj3DCursorFilter

This allows an external application to replace the cursor logic with their own.


Method Summary
 java.lang.String cursorChanged(java.lang.String cursor)
          The internals of Xj3D have changed the cursor.
 

Method Detail

cursorChanged

java.lang.String cursorChanged(java.lang.String cursor)
The internals of Xj3D have changed the cursor. This method is a control point for the application to decide on a different cursor. The cursor loaded will be changed to the returned value. These values will be cached internally to avoid reloading images.

Parameters:
cursor - The new cursor to load
Returns:
The cursor to use instead

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium