sdljava.video
public class SDLPixelFormat extends Object
Also see the documentation here: SDL_PixelFormat
Version: $Id: SDLPixelFormat.java,v 1.12 2005/01/19 03:09:14 ivan_ganza Exp $
UNKNOWN: Finish SWIG integration
Field Summary | |
---|---|
SDL_PixelFormat | swigPixelFormat |
Constructor Summary | |
---|---|
protected | SDLPixelFormat(SDL_PixelFormat f)
Creates a new SDLPixelFormat instance.
|
Method Summary | |
---|---|
short | getAlpha()
Gets the value of alpha
|
short | getALoss()
Gets the value of aLoss
|
long | getAMask()
Gets the value of aMask
|
short | getAShift()
Gets the value of aShift
|
short | getBitsPerPixel()
Gets the value of bitsPerPixel
|
short | getBLoss()
Gets the value of bLoss
|
long | getBMask()
Gets the value of bMask
|
short | getBShift()
Gets the value of bShift
|
short | getBytesPerPixel()
Gets the value of bytesPerPixel
|
long | getColorKey()
Gets the value of colorKey
|
short | getGLoss()
Gets the value of gLoss
|
long | getGMask()
Gets the value of gMask
|
short | getGShift()
Gets the value of gShift
|
List | getPalette()
Gets the value of palette
|
short | getRLoss()
Gets the value of rLoss
|
long | getRMask()
Gets the value of rMask
|
int | getRShift()
Gets the value of rShift
|
protected SDL_PixelFormat | getSwigPixelFormat() |
void | setAlpha(short argAlpha)
Sets the value of alpha
|
void | setALoss(short argALoss)
Sets the value of aLoss
|
void | setAMask(long argAMask)
Sets the value of aMask
|
void | setAShift(short argAShift)
Sets the value of aShift
|
void | setBitsPerPixel(short argBitsPerPixel)
Sets the value of bitsPerPixel
|
void | setBLoss(short argBLoss)
Sets the value of bLoss
|
void | setBMask(long argBMask)
Sets the value of bMask
|
void | setBShift(short argBShift)
Sets the value of bShift
|
void | setBytesPerPixel(short argBytesPerPixel)
Sets the value of bytesPerPixel
|
void | setColorKey(long argColorKey)
Sets the value of colorKey
|
void | setGLoss(short argGLoss)
Sets the value of gLoss
|
void | setGMask(long argGMask)
Sets the value of gMask
|
void | setGShift(short argGShift)
Sets the value of gShift
|
void | setRLoss(short argRLoss)
Sets the value of rLoss
|
void | setRMask(long argRMask)
Sets the value of rMask
|
void | setRShift(short argRShift)
Sets the value of rShift
|
String | toString() |
SDLPixelFormat
instance.
Returns: the value of alpha
Returns: the value of aLoss
Returns: the value of aMask
Returns: the value of aShift
Returns: the value of bitsPerPixel
Returns: the value of bLoss
Returns: the value of bMask
Returns: the value of bShift
Returns: the value of bytesPerPixel
Returns: the value of colorKey
Returns: the value of gLoss
Returns: the value of gMask
Returns: the value of gShift
Returns: the value of palette
Returns: the value of rLoss
Returns: the value of rMask
Returns: the value of rShift
Parameters: argAlpha Value to assign to this.alpha
Parameters: argALoss Value to assign to this.aLoss
Parameters: argAMask Value to assign to this.aMask
Parameters: argAShift Value to assign to this.aShift
Parameters: argBitsPerPixel Value to assign to this.bitsPerPixel
Parameters: argBLoss Value to assign to this.bLoss
Parameters: argBMask Value to assign to this.bMask
Parameters: argBShift Value to assign to this.bShift
Parameters: argBytesPerPixel Value to assign to this.bytesPerPixel
Parameters: argColorKey Value to assign to this.colorKey
Parameters: argGLoss Value to assign to this.gLoss
Parameters: argGMask Value to assign to this.gMask
Parameters: argGShift Value to assign to this.gShift
Parameters: argRLoss Value to assign to this.rLoss
Parameters: argRMask Value to assign to this.rMask
Parameters: argRShift Value to assign to this.rShift
Returns: a String representation of myself