Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
E G I O P Q S T V W

E

em - Variable in class org.libsdl.SDL
 

G

getError() - Method in class org.libsdl.SDL
Return the last SDL error string.
getEventManager() - Method in class org.libsdl.SDL
Returns the SDLEventManager object.
getIcon() - Method in class org.libsdl.SDLWindowManager
Gets the window's icon name.
getInstance() - Static method in class org.libsdl.SDL
Returns the SDL singleton reference.
getTitle() - Method in class org.libsdl.SDLWindowManager
Gets the window title.
getVideo() - Method in class org.libsdl.SDL
Returns the SDLVideo object.
getWindowManager() - Method in class org.libsdl.SDL
Returns the SDLWindowManager object.
grabInput(int) - Method in class org.libsdl.SDLWindowManager
Sets the "Grab" mode.

I

iconify() - Method in class org.libsdl.SDLWindowManager
Iconifies the window.
init(int) - Method in class org.libsdl.SDL
Initialize the SDL library.
initSubSystem(int) - Method in class org.libsdl.SDL
Initialize specific subsystems.
initThreading() - Method in class org.libsdl.SDL
Initialize threading.
instance - Static variable in class org.libsdl.SDL
The only reference to an object of this class (the Singleton reference)

O

org.libsdl - package org.libsdl
 

P

pointer - Variable in class org.libsdl.SDLStruct
An integer that holds the value of a native pointer.

Q

quit() - Method in class org.libsdl.SDL
Exit from SDL and clean up.
quitSubSystem(int) - Method in class org.libsdl.SDL
Exit from specific subsystems.

S

SDL - class org.libsdl.SDL.
The SDL class is a singleton that controls some of the more global SDL functions, such as library initialization and access to the Video object and window manager.
SDL() - Constructor for class org.libsdl.SDL
 
SDLException - exception org.libsdl.SDLException.
The SDLException is an exception type that is thrown whenever an SDL error occurs.
SDLException(String) - Constructor for class org.libsdl.SDLException
Constructs a new SDLException with an error message.
SDLLibraryNotAvailableException - exception org.libsdl.SDLLibraryNotAvailableException.
The SDLLibraryNotAvailableException is an exception type that is thrown when an object is trying to be created, but the functionality to create that object is not available.
SDLLibraryNotAvailableException(String) - Constructor for class org.libsdl.SDLLibraryNotAvailableException
Constructs a new SDLLibraryNotAvailableException with an error message.
SDLStruct - class org.libsdl.SDLStruct.
The SDLStruct class is the base class for any SDL_java class that represents a native C "object" (aka struct).
SDLStruct(int) - Constructor for class org.libsdl.SDLStruct
Create a new object, setting the pointer variable to the value of l.
SDLWindowManager - class org.libsdl.SDLWindowManager.
The SDLWindowManager class encompasses the ability to access the various SDL window management functions.
SDLWindowManager() - Constructor for class org.libsdl.SDLWindowManager
 
SDL_GRAB_OFF - Static variable in class org.libsdl.SDLWindowManager
 
SDL_GRAB_ON - Static variable in class org.libsdl.SDLWindowManager
 
SDL_GRAB_QUERY - Static variable in class org.libsdl.SDLWindowManager
 
SDL_INIT_AUDIO - Static variable in class org.libsdl.SDL
 
SDL_INIT_CDROM - Static variable in class org.libsdl.SDL
 
SDL_INIT_EVENTTHREAD - Static variable in class org.libsdl.SDL
 
SDL_INIT_EVERYTHING - Static variable in class org.libsdl.SDL
 
SDL_INIT_JOYSTICK - Static variable in class org.libsdl.SDL
 
SDL_INIT_TIMER - Static variable in class org.libsdl.SDL
 
SDL_INIT_VIDEO - Static variable in class org.libsdl.SDL
 
setCaption(String, String) - Method in class org.libsdl.SDLWindowManager
Sets the window title and icon name.
supportsSDLimage() - Method in class org.libsdl.SDL
Test whether SDL_image library is supported.
supportsSDLttf() - Method in class org.libsdl.SDL
Test whether SDL_image library is supported.

T

toggleFullScreen(SDLSurface) - Method in class org.libsdl.SDLWindowManager
Toggles fullscreen mode.

V

video - Variable in class org.libsdl.SDL
 

W

wasInit(int) - Method in class org.libsdl.SDL
Test whether specific subsystems were initialized.
wm - Variable in class org.libsdl.SDL
 

E G I O P Q S T V W