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

Quick Search    Search Deep
A B C D F G H L M N O P R S U V W X Y

A

a - Variable in class org.libsdl.video.SDLRGBA
 
alpha() - Method in class org.libsdl.video.SDLPixelFormat
Get the alpha loss
alpha() - Method in class org.libsdl.video.SDLRGBA
Get the alpha component from this SDLRGBA object.
alphaLoss() - Method in class org.libsdl.video.SDLPixelFormat
Get the alpha loss
alphaMask() - Method in class org.libsdl.video.SDLPixelFormat
Get the alpha mask
alphaShift() - Method in class org.libsdl.video.SDLPixelFormat
Get the alpha shift

B

b - Variable in class org.libsdl.video.SDLColor
 
b - Variable in class org.libsdl.video.SDLRGB
 
bitsPerPixel() - Method in class org.libsdl.video.SDLPixelFormat
Get the bit depth.
blitSurface(SDLSurface, SDLRect, SDLRect) - Method in class org.libsdl.video.SDLSurface
Blit another surface onto this surface.
blue() - Method in class org.libsdl.video.SDLColor
Get the blue component from this SDLColor object.
blue() - Method in class org.libsdl.video.SDLRGB
Get the blue component from this SDLRGB object.
blueLoss() - Method in class org.libsdl.video.SDLPixelFormat
Get the blue loss
blueMask() - Method in class org.libsdl.video.SDLPixelFormat
Get the blue mask
blueShift() - Method in class org.libsdl.video.SDLPixelFormat
Get the blue shift
bytesPerPixel() - Method in class org.libsdl.video.SDLPixelFormat
Get the byte depth.

C

colorFillsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if color fills are accelerated.
colorKey() - Method in class org.libsdl.video.SDLPixelFormat
Get the color key
convertSurface(SDLPixelFormat, int) - Method in class org.libsdl.video.SDLSurface
Converts the surface to the given pixel format.
create(int, int, int, int, int, int, int, int) - Static method in class org.libsdl.video.SDLSurface
 
createFromBmpFile(String) - Static method in class org.libsdl.video.SDLSurface
 
createFromImageFile(String) - Static method in class org.libsdl.video.SDLSurface
 

D

displayFormat() - Method in class org.libsdl.video.SDLSurface
Converts this surface to the current format used by the display surface.
displayFormatAlpha() - Method in class org.libsdl.video.SDLSurface
Converts this surface to the current format used by the display surface.

F

fillRect(SDLRect, int) - Method in class org.libsdl.video.SDLSurface
Fills a portion of this surface with a given color.
finalize() - Method in class org.libsdl.video.SDLScreen
 
finalize() - Method in class org.libsdl.video.SDLSurface
 
flip() - Method in class org.libsdl.video.SDLScreen
If this SDLScreen object was created as a double-buffered surface, this method will flip the surface.
free() - Method in class org.libsdl.video.SDLSurface
 

G

g - Variable in class org.libsdl.video.SDLColor
 
g - Variable in class org.libsdl.video.SDLRGB
 
getClipRect() - Method in class org.libsdl.video.SDLSurface
Returns the current clipping rectangle of this surface
getColor(int) - Method in class org.libsdl.video.SDLPalette
Get a specific color from the palette.
getFlags() - Method in class org.libsdl.video.SDLSurface
Returns the flags used to create this surface.
getHeight() - Method in class org.libsdl.video.SDLRect
Get the height
getHeight() - Method in class org.libsdl.video.SDLSurface
Returns the height of the surface
getPitch() - Method in class org.libsdl.video.SDLSurface
Returns the pitch of the surface
getPixelFormat() - Method in class org.libsdl.video.SDLSurface
Returns the SDLPixelFormat currently in use by this surface.
getPixelFormat() - Method in class org.libsdl.video.SDLVideoInfo
Get the pixel format of the video device
getRGB(int) - Method in class org.libsdl.video.SDLPixelFormat
Converts a 32 bit integer pixel into an SDLRGB object
getRGBA(int) - Method in class org.libsdl.video.SDLPixelFormat
Converts a 32 bit integer pixel into an SDLRGBA object
getVideoInfo() - Method in class org.libsdl.video.SDLVideo
Gets the current system's video information in the form of a SDLVideoInfo object.
getVideoSurface() - Method in class org.libsdl.video.SDLVideo
Get the current display surface (previously created by setVideoMode()).
getWidth() - Method in class org.libsdl.video.SDLRect
Get the width
getWidth() - Method in class org.libsdl.video.SDLSurface
Returns the width of the surface
getX() - Method in class org.libsdl.video.SDLRect
Get the x value
getY() - Method in class org.libsdl.video.SDLRect
Get the y value
green() - Method in class org.libsdl.video.SDLColor
Get the green component from this SDLColor object.
green() - Method in class org.libsdl.video.SDLRGB
Get the green component from this SDLRGB object.
greenLoss() - Method in class org.libsdl.video.SDLPixelFormat
Get the green loss
greenMask() - Method in class org.libsdl.video.SDLPixelFormat
Get the green mask
greenShift() - Method in class org.libsdl.video.SDLPixelFormat
Get the green shift

H

h - Variable in class org.libsdl.video.SDLRect
 
hardwareAvailable() - Method in class org.libsdl.video.SDLVideoInfo
Find out if hardware surfaces are available.
hwAlphaBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if hardware alpha blits are accelerated.
hwBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if hardware blits are accelerated.
hwCCBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if hardware colorkey blits are accelerated.

L

listModes(SDLPixelFormat, int) - Method in class org.libsdl.video.SDLVideo
List the video modes supported for the given pixel format
lock() - Method in class org.libsdl.video.SDLSurface
Locks the surface so that its pixels can be directly manipulated

M

mapRGB(short, short, short) - Method in class org.libsdl.video.SDLPixelFormat
Converts red, green, and blue components into a 32 bit integer pixel.
mapRGB(SDLRGB) - Method in class org.libsdl.video.SDLPixelFormat
Converts an SDLRGB object into a 32 bit integer pixel.
mapRGBA(short, short, short, short) - Method in class org.libsdl.video.SDLPixelFormat
Converts red, green, blue, and alpha components into a 32 bit integer pixel.
mapRGBA(SDLRGBA) - Method in class org.libsdl.video.SDLPixelFormat
Converts an SDLRGBA object into a 32 bit integer pixel.

N

numColors() - Method in class org.libsdl.video.SDLPalette
Get the number of colors in this palette.

O

org.libsdl.video - package org.libsdl.video
 

P

palette() - Method in class org.libsdl.video.SDLPixelFormat
Get this SDLPixelFormat's palette.

R

r - Variable in class org.libsdl.video.SDLColor
 
r - Variable in class org.libsdl.video.SDLRGB
 
red() - Method in class org.libsdl.video.SDLColor
Get the red component from this SDLColor object.
red() - Method in class org.libsdl.video.SDLRGB
Get the red component from this SDLRGB object.
redLoss() - Method in class org.libsdl.video.SDLPixelFormat
Get the red loss
redMask() - Method in class org.libsdl.video.SDLPixelFormat
Get the red mask
redShift() - Method in class org.libsdl.video.SDLPixelFormat
Get the red shift

S

SDLColor - class org.libsdl.video.SDLColor.
The SDLColor class represents an RGB color.
SDLColor(short, short, short) - Constructor for class org.libsdl.video.SDLColor
Constructs a new SDLColor with the given red, green, and blue components.
SDLPalette - class org.libsdl.video.SDLPalette.
The SDLPalette class represents an SDL_Palette C struct.
SDLPalette(int) - Constructor for class org.libsdl.video.SDLPalette
 
SDLPixelFormat - class org.libsdl.video.SDLPixelFormat.
The SDLPixelFormat class represents an SDL_PixelFormat C struct.
SDLPixelFormat(int) - Constructor for class org.libsdl.video.SDLPixelFormat
 
SDLRGB - class org.libsdl.video.SDLRGB.
The SDLColor class represents an RGB color.
SDLRGB(short, short, short) - Constructor for class org.libsdl.video.SDLRGB
Constructs a new SDLRGB with the given red, green, and blue components.
SDLRGBA - class org.libsdl.video.SDLRGBA.
The SDLColor class represents an RGB color.
SDLRGBA(short, short, short, short) - Constructor for class org.libsdl.video.SDLRGBA
Constructs a new SDLRGBA with the given red, green, blue, and alpha components.
SDLRect - class org.libsdl.video.SDLRect.
The SDLRect class does not directly represent an SDL_rect C structure.
SDLRect(int, int, int, int) - Constructor for class org.libsdl.video.SDLRect
Constructs a new SDLRect with the given x, y, width, and height values.
SDLScreen - class org.libsdl.video.SDLScreen.
The SDLScreen class extends SDLSurface which extends SDLStruct and thus it represents a native C structure.
SDLScreen(int) - Constructor for class org.libsdl.video.SDLScreen
 
SDLSurface - class org.libsdl.video.SDLSurface.
The SDLSurface class represents an SDL_Surface C struct.
SDLSurface(int) - Constructor for class org.libsdl.video.SDLSurface
 
SDLSurface(int, int, int, int, int, int, int, int) - Constructor for class org.libsdl.video.SDLSurface
Constructs a new surface from the given parameters.
SDLSurface(String) - Constructor for class org.libsdl.video.SDLSurface
Constructs a new surface from an image file.
SDLVideo - class org.libsdl.video.SDLVideo.
The SDLVideo class is simply a convenient class that bundles together the various video related SDL functions.
SDLVideo() - Constructor for class org.libsdl.video.SDLVideo
 
SDLVideoInfo - class org.libsdl.video.SDLVideoInfo.
The SDLVideoInfo class represents an SDL_VideoInfo C struct.
SDLVideoInfo(int) - Constructor for class org.libsdl.video.SDLVideoInfo
 
SDL_ANYFORMAT - Static variable in class org.libsdl.video.SDLVideo
 
SDL_ASYNCBLIT - Static variable in class org.libsdl.video.SDLVideo
 
SDL_DOUBLEBUF - Static variable in class org.libsdl.video.SDLVideo
 
SDL_FULLSCREEN - Static variable in class org.libsdl.video.SDLVideo
 
SDL_HWPALETTE - Static variable in class org.libsdl.video.SDLVideo
 
SDL_HWSURFACE - Static variable in class org.libsdl.video.SDLSurface
 
SDL_HWSURFACE - Static variable in class org.libsdl.video.SDLVideo
 
SDL_NOFRAME - Static variable in class org.libsdl.video.SDLVideo
 
SDL_OPENGL - Static variable in class org.libsdl.video.SDLVideo
 
SDL_OPENGLBLIT - Static variable in class org.libsdl.video.SDLVideo
 
SDL_PREALLOC - Static variable in class org.libsdl.video.SDLSurface
 
SDL_RESIZABLE - Static variable in class org.libsdl.video.SDLVideo
 
SDL_RLEACCEL - Static variable in class org.libsdl.video.SDLSurface
 
SDL_RLEACCELOK - Static variable in class org.libsdl.video.SDLSurface
 
SDL_SRCALPHA - Static variable in class org.libsdl.video.SDLSurface
 
SDL_SRCCOLORKEY - Static variable in class org.libsdl.video.SDLSurface
 
SDL_SWSURFACE - Static variable in class org.libsdl.video.SDLSurface
 
SDL_SWSURFACE - Static variable in class org.libsdl.video.SDLVideo
 
saveAsBmp(String) - Method in class org.libsdl.video.SDLSurface
Saves the surface as a windows bitmap file.
setAlpha(int, short) - Method in class org.libsdl.video.SDLSurface
Sets the surface's alpha value
setClipRect(SDLRect) - Method in class org.libsdl.video.SDLSurface
Sets the surface's current clipping rectangle
setColorKey(int, int) - Method in class org.libsdl.video.SDLSurface
Sets the surface's color key (transparent pixel)
setColors(SDLRect[], int, int) - Method in class org.libsdl.video.SDLSurface
Sets a portion of the color map for this 8 bit surface.
setHeight(int) - Method in class org.libsdl.video.SDLRect
Set the height
setPalette(int, SDLRect[], int, int) - Method in class org.libsdl.video.SDLSurface
Sets a portion of the palette for this 8 bit surface.
setVideoMode(int, int, int, int) - Method in class org.libsdl.video.SDLVideo
Set the current video mode.
setWidth(int) - Method in class org.libsdl.video.SDLRect
Set the width
setX(int) - Method in class org.libsdl.video.SDLRect
Set the x value
setY(int) - Method in class org.libsdl.video.SDLRect
Set the y value
swAlphaBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if software alpha blits are accelerated.
swBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if software blits are accelerated.
swCCBlitsAccel() - Method in class org.libsdl.video.SDLVideoInfo
Find out if software colorkey blits are accelerated.

U

unlock() - Method in class org.libsdl.video.SDLSurface
Unlocks a previously locked surface
updateRect(int, int, int, int) - Method in class org.libsdl.video.SDLScreen
Update a portion of the screen.

V

videoDriverName() - Method in class org.libsdl.video.SDLVideo
Get the name of the current video driver.
videoMemoryAvailable() - Method in class org.libsdl.video.SDLVideoInfo
Find out how much video memory is available.
videoModeOK(int, int, int, int) - Method in class org.libsdl.video.SDLVideo
Checks to see if a particular video mode is supported by this system.

W

w - Variable in class org.libsdl.video.SDLRect
 
windowManagerAvailable() - Method in class org.libsdl.video.SDLVideoInfo
Find out if a window manager available.

X

x - Variable in class org.libsdl.video.SDLRect
 

Y

y - Variable in class org.libsdl.video.SDLRect
 

A B C D F G H L M N O P R S U V W X Y