Package org.xj3d.core.eventmodel
Interface CursorManager
- All Known Implementing Classes:
CursorManager
public interface CursorManager
A manager of cursor changes. These are based on internal actions in the
system like navigation state changes.
- Version:
- $Revision: 1.2 $
- Author:
- Alan Hudson
-
Method Summary
Modifier and TypeMethodDescriptionGet the cursor cursor filter.voidSet the cursor to the currently specified image.voidSet the cursor cursor filter.
-
Method Details
-
setCursorFilter
Set the cursor cursor filter. NULL will disable filtering- Parameters:
cf- The filter
-
getCursorFilter
CursorFilter getCursorFilter()Get the cursor cursor filter. NULL means no filtering.- Returns:
- 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
-