Package 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
Modifier and TypeMethodDescriptionvoidSet the cursor to the currently specified image.voidAdd a cursor filter.
-
Method Details
-
setCursorFilter
Add a cursor filter. Null removes the filter.- Parameters:
cf- The filter
-
setCursor
Set the cursor to the currently specified image. Normal changes can still occur. Monitor the cursorFilter for changes.- Parameters:
url- The image to usex- The center x coordinatey- The center y coordinate
-