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
Constructors - 
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:
 loadin interfaceAssetLoader- Parameters:
 info- TheAssetInfodescribing the cursor file.- Returns:
 - A JmeCursor representation of the LWJGL's Cursor.
 - Throws:
 IOException- if the file is not found.
 
 -