Class CursorLoader

java.lang.Object
com.jme3.cursors.plugins.CursorLoader
All Implemented Interfaces:
AssetLoader

public class CursorLoader extends Object implements AssetLoader
Created Jun 5, 2012 9:45:58 AM
  • Constructor Details

    • CursorLoader

      public CursorLoader()
  • Method Details

    • load

      public JmeCursor load(AssetInfo info) throws IOException
      Loads and return a cursor file of one of the following format: .ani, .cur and .ico.
      Specified by:
      load in interface AssetLoader
      Parameters:
      info - The AssetInfo describing the cursor file.
      Returns:
      A JmeCursor representation of the LWJGL's Cursor.
      Throws:
      IOException - if the file is not found.