|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jme3.cursors.plugins.CursorLoader
public class CursorLoader
Constructor Summary | |
---|---|
CursorLoader()
|
Method Summary | |
---|---|
JmeCursor |
load(AssetInfo info)
Loads and return a cursor file of one of the following format: .ani, .cur and .ico. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CursorLoader()
Method Detail |
---|
public JmeCursor load(AssetInfo info) throws java.io.IOException
load
in interface AssetLoader
info
- The AssetInfo
describing the cursor file.
java.io.IOException
- if the file is not found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |