public class CursorLoader
extends java.lang.Object
implements com.jme3.asset.AssetLoader
| Constructor and Description |
|---|
CursorLoader() |
| Modifier and Type | Method and Description |
|---|---|
com.jme3.cursors.plugins.JmeCursor |
load(com.jme3.asset.AssetInfo info)
Loads and return a cursor file of one of the following format: .ani, .cur and .ico.
|
public com.jme3.cursors.plugins.JmeCursor load(com.jme3.asset.AssetInfo info)
throws java.io.IOException
load in interface com.jme3.asset.AssetLoaderinfo - The AssetInfo describing the cursor file.java.io.IOException - if the file is not found.