Package com.jme3.cursors.plugins
Class CursorLoader
java.lang.Object
com.jme3.cursors.plugins.CursorLoader
- All Implemented Interfaces:
AssetLoader
Created Jun 5, 2012 9:45:58 AM
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CursorLoader
public CursorLoader()
-
-
Method Details
-
load
Loads and return a cursor file of one of the following format: .ani, .cur and .ico.- Specified by:
load
in interfaceAssetLoader
- Parameters:
info
- TheAssetInfo
describing the cursor file.- Returns:
- A JmeCursor representation of the LWJGL's Cursor.
- Throws:
IOException
- if the file is not found.
-