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

Quick Search    Search Deep

Uses of Class
com.siemens.mp.game.ExtendedImage

Uses of ExtendedImage in com.siemens.mp.game
 

Methods in com.siemens.mp.game with parameters of type ExtendedImage
 void GraphicObjectManager.paint(ExtendedImage eimage, int x, int y)
           
 

Constructors in com.siemens.mp.game with parameters of type ExtendedImage
TiledBackground(ExtendedImage tilePixels, ExtendedImage tileMask, byte[] map, int widthInTiles, int heightInTiles)
           
Sprite(ExtendedImage pixels, ExtendedImage mask, int numFrames)