|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IllegalArgumentException | |
com.siemens.mp.color_game | |
com.siemens.mp.game | Siemens Game API offers several classes that support Siemens-specific handset functionalities, which are not related to data transfer or storage. |
com.siemens.mp.lcdui | Siemens LCDUI API provides an improved implementation of the javax.microedition.lcdui.Image class. |
java.lang | MID Profile Language Classes included from Java 2 Standard Edition. |
Uses of IllegalArgumentException in com.siemens.mp.color_game |
Methods in com.siemens.mp.color_game that throw IllegalArgumentException | |
void |
Layer.setHeight(int height)
Sets the current height of this layer, in pixels. |
void |
Layer.setWidth(int width)
Sets the current width of this layer, in pixels. |
void |
LayerManager.setViewWindow(int x,
int y,
int width,
int height)
Sets the view window on the LayerManager. |
void |
Sprite.setCollisionRectangle(int x,
int y,
int width,
int height)
Defines the Sprite’s bounding rectangle that is used for collision detection purposes. |
void |
Sprite.setFrameSequence(int[] sequence)
Set the frame sequence for this Sprite. |
void |
Sprite.setImage(Image image,
int frameWidth,
int frameHeight)
Change the image used for the Sprite. |
int |
TiledLayer.createAnimatedTile(int staticTileIndex)
Creates a new animated tile and returns the index that refers to the new animated tile. |
void |
TiledLayer.setStaticTileSet(Image image,
int tileWidth,
int tileHeight)
Change the static tile set. |
Constructors in com.siemens.mp.color_game that throw IllegalArgumentException | |
Layer(int width,
int height)
Creates a new Layer with the specified dimensions. |
|
Sprite(Image image,
int frameWidth,
int frameHeight)
Creates a new animated Sprite using frames contained in the provided mutable Image. |
|
TiledLayer(int columns,
int rows,
Image image,
int tileWidth,
int tileHeight)
Creates a new TiledLayer. |
Uses of IllegalArgumentException in com.siemens.mp.game |
Methods in com.siemens.mp.game that throw IllegalArgumentException | |
void |
GraphicObjectManager.paint(Image image,
int x,
int y)
Draws all objects in the collection on the specified offscreen image. |
void |
GraphicObjectManager.paint(ExtendedImage eimage,
int x,
int y)
Draws all objects in the collection on the specified ExtendedImage .
|
Constructors in com.siemens.mp.game that throw IllegalArgumentException | |
ExtendedImage(Image image)
Creates ExtendedImage object from an already existing standard Image .
|
|
Sprite(Image pixels,
Image mask,
int numFrames)
Creates a sprite from previously created images. |
|
Sprite(ExtendedImage pixels,
ExtendedImage mask,
int numFrames)
Creates a sprite from previously created extended images. |
|
Sprite(byte[] pixels,
int pixel_offset,
int width,
int height,
byte[] mask,
int mask_offset,
int numFrames)
Creates a sprite directly from bytearrays. |
|
TiledBackground(Image tilePixels,
Image tileMask,
byte[] map,
int widthInTiles,
int heightInTiles)
Creates a tiled background using tiles from an Image object.
|
|
TiledBackground(ExtendedImage tilePixels,
ExtendedImage tileMask,
byte[] map,
int widthInTiles,
int heightInTiles)
Creates tiled background using tiles from an ExtendedImage object.
|
|
TiledBackground(byte[] tilePixels,
byte[] tileMask,
byte[] map,
int widthInTiles,
int heightInTiles)
Creates tiled background using tiles from a bytearray. |
Uses of IllegalArgumentException in com.siemens.mp.lcdui |
Methods in com.siemens.mp.lcdui that throw IllegalArgumentException | |
static int |
Image.getPixelColor(Image image,
int x,
int y)
Gets the current pixel color. |
static void |
Image.setPixelColor(Image image,
int x,
int y,
int color)
Sets the color of a pixel. |
Uses of IllegalArgumentException in java.lang |
Subclasses of IllegalArgumentException in java.lang | |
class |
IllegalThreadStateException
Thrown to indicate that a thread is not in an appropriate state for the requested operation. |
class |
NumberFormatException
Thrown to indicate that the application has attempted to convert a string to one of the numeric types, but that the string does not have the appropriate format. |
|
![]() |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Generated on 2003-10-17 | For further information and updates, please visit Siemens mobile Developer Portal |