Xj3D 2.0 VRML/X3D Code API

org.xj3d.sai
Interface Xj3DCursorUIManager


public interface Xj3DCursorUIManager

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

Author:
Alan Hudson

Method Summary
 void setCursor(java.lang.String url, int x, int y)
          Set the cursor to the currently specified image.
 void setCursorFilter(Xj3DCursorFilter cf)
          Add a cursor filter.
 

Method Detail

setCursorFilter

void setCursorFilter(Xj3DCursorFilter cf)
Add a cursor filter. Null removes the filter.

Parameters:
cf - The filter

setCursor

void setCursor(java.lang.String url,
               int x,
               int y)
Set the cursor to the currently specified image. Normal changes can still occur. Monitor the cursorFilter for changes.

Parameters:
url - The image to use
x - The center x coordinate
y - The center y coordinate

Xj3D 2.0 VRML/X3D Code API

Copyright © 2001 - 2006 Web3D Consortium