A B C D E F G H I J K L M N O P R S T U V W X Y _

A

action(long) - Method in class org.jtgl.gaming.Sprite
Performs a timely action by calling performTimedAction.
action(long) - Method in class org.jtgl.gaming.SpriteGroup
 
add(Sprite) - Method in class org.jtgl.gaming.SpriteGroup
 
addDimension(int, int) - Method in class org.jtgl.core.JTGLRect
 
addDimension(int) - Method in class org.jtgl.core.JTGLRect
 
addExtension(String, String, String, String) - Method in class org.jtgl.ext.DefaultExtensionManager
 
addExtension(String, String, JTGLExtension) - Method in class org.jtgl.ext.DefaultExtensionManager
 
addExtension(String, String, String) - Method in class org.jtgl.ext.JTGLExtensionManager
 
addExtension(String, String, String, String) - Method in class org.jtgl.ext.JTGLExtensionManager
 
addExtension(String, JTGLExtension) - Method in class org.jtgl.ext.JTGLExtensionManager
 
addExtension(String, String, JTGLExtension) - Method in class org.jtgl.ext.JTGLExtensionManager
 
addExtension(String, String, String, String) - Method in class org.jtgl.micro.MicroExtensionManager
 
addExtension(String, String, JTGLExtension) - Method in class org.jtgl.micro.MicroExtensionManager
 
animate(long) - Method in class org.jtgl.gaming.Sprite
 
animate(long) - Method in class org.jtgl.gaming.SpriteGroup
 
append(Surface) - Method in class org.jtgl.gaming.SurfaceManager
 

B

begin() - Method in class org.jtgl.core.JTGLGraphics
Signals the begining of usage of this graphics context.
BLACK - Static variable in class org.jtgl.core.JTGLColor
The color black.
BLUE - Static variable in class org.jtgl.core.JTGLColor
The color blue.
BUTTON_1 - Static variable in class org.jtgl.input.MouseInputControl
 
BUTTON_2 - Static variable in class org.jtgl.input.MouseInputControl
 
BUTTON_3 - Static variable in class org.jtgl.input.MouseInputControl
 
BUTTON_NONE - Static variable in class org.jtgl.input.MouseInputControl
 

C

center(JTGLRect) - Method in class org.jtgl.core.JTGLRect
 
center(int, int, int, int) - Method in class org.jtgl.core.JTGLRect
 
centerView(Surface, int, int) - Method in class org.jtgl.gaming.SurfaceManager
Centers view window relative to a surface.
centerView(int, int, int, int) - Method in class org.jtgl.gaming.SurfaceManager
Centers view window relative to a (vx,vy) point.
CHAR_NONE - Static variable in class org.jtgl.input.KeyInputControl
 
charWidth(char) - Method in class org.jtgl.core.JTGLFont
 
checkTileCollision(TiledSurface, int, int) - Method in class org.jtgl.gaming.Sprite
Checks where this Sprite collides with surrounding tiles.
checkTime() - Method in class org.jtgl.gaming.TimeTrigger
 
checkTime(long) - Method in class org.jtgl.gaming.TimeTrigger
 
clear(int, int, int, int, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
clear(JTGLRect) - Method in class org.jtgl.core.JTGLGraphics
 
clear(JTGLRect, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
clear() - Method in class org.jtgl.core.JTGLGraphics
 
clear(JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
clear(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
clear() - Method in class org.jtgl.gaming.SpriteGroup
 
clipReset() - Method in class org.jtgl.core.JTGLGraphics
 
collidesAtWith(int, int, int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWith(int, int, JTGLRect) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWith(int, int, Surface) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWith(int, int, Sprite) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWith(int, int, TiledSurface) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWithBounds(int, int, int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWithBounds(int, int, JTGLRect) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWithBounds(int, int, Surface) - Method in class org.jtgl.gaming.Sprite
 
collidesAtWithBounds(int, int, Sprite) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(JTGLRect) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(Surface) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(Sprite) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(TiledSurface) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(TiledSurface, boolean) - Method in class org.jtgl.gaming.Sprite
 
collidesWith(int, int, TiledSurface, boolean) - Method in class org.jtgl.gaming.Sprite
Test if this Sprite collides at location (x,y) with a non-empty cell from a TiledSurface instance
collidesWithBounds(int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
collidesWithBounds(JTGLRect) - Method in class org.jtgl.gaming.Sprite
 
collidesWithBounds(Surface) - Method in class org.jtgl.gaming.Sprite
 
collidesWithBounds(Sprite) - Method in class org.jtgl.gaming.Sprite
 
COLLISION_BOTTOM - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with bottom side of lastCollidedRect.
COLLISION_BOTTOM_LEFT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with a bottom left corner side of lastCollidedRect.
COLLISION_BOTTOM_RIGHT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with a bottom left corner side of lastCollidedRect.
COLLISION_LEFT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with left side of lastCollidedRect.
COLLISION_RIGHT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with right side of lastCollidedRect.
COLLISION_TOP - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with top side of lastCollidedRect.
COLLISION_TOP_LEFT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with a top left corner side of lastCollidedRect.
COLLISION_TOP_RIGHT - Static variable in class org.jtgl.gaming.Sprite
Constant signalling collision with a top left corner side of lastCollidedRect.
CONTROL_CLASSNAME - Static variable in class org.jtgl.input.KeyInputControl
 
CONTROL_CLASSNAME - Static variable in class org.jtgl.input.MouseInputControl
 
CONTROL_CLASSNAME - Static variable in class org.jtgl.input.MouseMotionInputControl
 
copy(JTGLPoint) - Method in class org.jtgl.core.JTGLPoint
 
copy(JTGLRect) - Method in class org.jtgl.core.JTGLRect
 
copy(int, int, int, int) - Method in class org.jtgl.core.JTGLRect
 
copyArea(int, int, int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
createAnimatedTile(int) - Method in class org.jtgl.gaming.TiledSurface
 
createFont(String) - Method in class org.jtgl.core.JTGLFont
 
createFont(int) - Method in class org.jtgl.core.JTGLFont
 
createFont(String, int) - Method in class org.jtgl.core.JTGLFont
 
createFont(String, int, int) - Method in class org.jtgl.core.JTGLFont
 
createImage(int, int) - Method in class org.jtgl.micro.ImageUtil
 
createImage(JTGLImage) - Method in class org.jtgl.micro.ImageUtil
 
createImage(String) - Method in class org.jtgl.micro.Mapplet
 
createImage(int, int) - Method in class org.jtgl.micro.Mapplet
 
createImage(JTGLImage) - Method in class org.jtgl.micro.Mapplet
 
createJTGLImage(String) - Method in interface org.jtgl.micro.MappletContext
 
createJTGLImage(int, int) - Method in interface org.jtgl.micro.MappletContext
 
createJTGLImage(byte[], int, int) - Method in interface org.jtgl.micro.MappletContext
 
createJTGLImage(JTGLImage) - Method in interface org.jtgl.micro.MappletContext
 
createPlayer(String) - Method in class org.jtgl.ext.media.MediaManager
 
createPlayer(String, String) - Method in class org.jtgl.ext.media.MediaManager
 
createPlayer(InputStream, String) - Method in class org.jtgl.ext.media.MediaManager
 
createScaledImage(JTGLImage, int, int, boolean) - Method in class org.jtgl.micro.DefaultImageUtil
 
createScaledImage(JTGLImage, int, int, boolean) - Method in class org.jtgl.micro.ImageUtil
 
createScaledImage(JTGLImage, int, int) - Method in class org.jtgl.micro.ImageUtil
 
CYAN - Static variable in class org.jtgl.core.JTGLColor
The color cyan.

D

DARK_GRAY - Static variable in class org.jtgl.core.JTGLColor
The color dark gray.
deallocate() - Method in interface org.jtgl.ext.media.Player
 
debugCollisionRect - Variable in class org.jtgl.gaming.Sprite
 
debugMsg(Object) - Method in class org.jtgl.micro.Mapplet
Print to console (if implemented), useful for debugging, etc
debugMsg(Object) - Method in interface org.jtgl.micro.MappletContext
Print to console, useful for debugging only
DEFAULT - Static variable in class org.jtgl.gaming.Sequence
 
DEFAULT_CLASSNAME - Static variable in class org.jtgl.ext.JTGLExtensionManager
 
DefaultExtensionManager - Class in org.jtgl.ext
Default lightweight ExtensionManager implementation.
DefaultImageUtil - Class in org.jtgl.micro
Default ImageUtil implementation
DefaultImageUtil(MappletContext) - Constructor for class org.jtgl.micro.DefaultImageUtil
Creates a new instance of MidpImageUtil
delay(int) - Method in class org.jtgl.micro.Mapplet
 
delay(Mapplet, int) - Method in interface org.jtgl.micro.MappletContext
 
draw(JTGLGraphics) - Method in class org.jtgl.gaming.RectSurface
 
draw(JTGLGraphics) - Method in class org.jtgl.gaming.Sprite
 
draw(JTGLGraphics) - Method in class org.jtgl.gaming.SpriteGroup
 
draw(JTGLGraphics) - Method in class org.jtgl.gaming.Surface
 
draw(JTGLGraphics, int, int) - Method in class org.jtgl.gaming.SurfaceManager
 
draw(JTGLGraphics) - Method in class org.jtgl.gaming.TiledSurface
 
draw(JTGLGraphics, int, int, int) - Method in class org.jtgl.image.ImageMatrix
Draw a single image located by imageIndex at location (x,y)
draw(JTGLGraphics, int, int, int, int, int) - Method in class org.jtgl.image.ImageMatrix
 
drawChar(char, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawChars(char[], int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawFB(JTGLGraphics) - Method in class org.jtgl.gaming.SpriteGroup
Draw from Front to Background
drawGameScene() - Method in class org.jtgl.micro.GameMapplet
 
drawImage(JTGLImage, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawLine(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawLine(int, int, int, int, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
drawPolygon(int[], int[], int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawPolygon(int[], int[], int) - Method in class org.jtgl.core.JTGLGraphics
 
drawPolyLine(int[], int[], int, int, boolean) - Method in class org.jtgl.core.JTGLGraphics
 
drawPolyLine(int[], int[], int, boolean) - Method in class org.jtgl.core.JTGLGraphics
 
drawPolyLine(int[], int[], int) - Method in class org.jtgl.core.JTGLGraphics
 
drawRect(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawRect(int, int, int, int, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
drawRect(JTGLRect) - Method in class org.jtgl.core.JTGLGraphics
 
drawRect(JTGLRect, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
drawRegion(JTGLImage, int, int, int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawString(String, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
drawTriangle(int, int, int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 

E

empty() - Method in class org.jtgl.core.JTGLRect
 
enableFPSMeasure(boolean) - Method in class org.jtgl.micro.GameMapplet
 
end() - Method in class org.jtgl.core.JTGLGraphics
Signals the end of usage of this graphics context.
equals(Object) - Method in class org.jtgl.core.JTGLColor
 
equals(Object) - Method in class org.jtgl.core.JTGLDimension
 
equals(Object) - Method in class org.jtgl.core.JTGLPoint
 
equals(Object) - Method in class org.jtgl.core.JTGLRect
 

F

fillCells(int, int, int, int, int) - Method in class org.jtgl.gaming.TiledSurface
 
fillPolygon(int[], int[], int, int) - Method in class org.jtgl.core.JTGLGraphics
 
fillPolygon(int[], int[], int) - Method in class org.jtgl.core.JTGLGraphics
 
fillRect(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
fillRect(int, int, int, int, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
fillRect(JTGLRect) - Method in class org.jtgl.core.JTGLGraphics
 
fillRect(JTGLRect, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
fillTriangle(int, int, int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
flush() - Method in class org.jtgl.core.JTGLGraphics
Flush all pending drawing operations to destination such as screen.
flushGraphics() - Method in class org.jtgl.micro.Mapplet
 
flushGraphics(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 

G

GameMapplet - Class in org.jtgl.micro
GameMapplet is a base class for a gaming Mapplet.
GameMapplet() - Constructor for class org.jtgl.micro.GameMapplet
 
get(String) - Method in class org.jtgl.micro.Mapplet
 
get(Mapplet, String) - Method in interface org.jtgl.micro.MappletContext
 
getAbsCollisionRectangle() - Method in class org.jtgl.gaming.Sprite
 
getAbsRefLocation() - Method in class org.jtgl.gaming.Surface
 
getActionDelay() - Method in class org.jtgl.gaming.Sprite
 
getActionTrigger() - Method in class org.jtgl.gaming.Sprite
 
getAlpha() - Method in class org.jtgl.core.JTGLColor
Returns the alpha value of the color.
getAnimatedCells() - Method in class org.jtgl.gaming.TiledSurface
 
getAnimatedTile(int) - Method in class org.jtgl.gaming.TiledSurface
Gets the tile referenced by an animated tile.
getAnimationDelay() - Method in class org.jtgl.gaming.Sprite
 
getAnimationTrigger() - Method in class org.jtgl.gaming.Sprite
 
getARGB() - Method in class org.jtgl.core.JTGLColor
Returns the argb value of the color.
getAvailableFontNames() - Method in class org.jtgl.core.JTGLFont
 
getAvailableInputControls() - Method in class org.jtgl.micro.Mapplet
 
getAvailableInputControls(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 
getBackgroundColor() - Method in class org.jtgl.core.JTGLGraphics
 
getBlue() - Method in class org.jtgl.core.JTGLColor
Returns the blue value of the color.
getBounds() - Method in class org.jtgl.gaming.Surface
 
getButtons() - Method in class org.jtgl.input.MouseInputControl
 
getCapacity() - Method in class org.jtgl.gaming.SpriteGroup
 
getCell(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
getCellAt(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
getCellHeight() - Method in class org.jtgl.gaming.TiledSurface
 
getCellValue(int) - Method in class org.jtgl.gaming.TiledSurface
 
getCellWidth() - Method in class org.jtgl.gaming.TiledSurface
 
getCellX(int) - Method in class org.jtgl.gaming.TiledSurface
 
getCellY(int) - Method in class org.jtgl.gaming.TiledSurface
 
getCenterLocation() - Method in class org.jtgl.gaming.Surface
 
getClip() - Method in class org.jtgl.core.JTGLGraphics
 
getClipHeight() - Method in class org.jtgl.core.JTGLGraphics
 
getClipWidth() - Method in class org.jtgl.core.JTGLGraphics
 
getClipX() - Method in class org.jtgl.core.JTGLGraphics
 
getClipY() - Method in class org.jtgl.core.JTGLGraphics
 
getClone() - Method in class org.jtgl.core.JTGLPoint
 
getClone() - Method in class org.jtgl.core.JTGLRect
 
getCol(int) - Method in class org.jtgl.gaming.TiledSurface
 
getCollisionRectangle() - Method in class org.jtgl.gaming.Sprite
 
getColor() - Method in class org.jtgl.core.JTGLGraphics
 
getColumns() - Method in class org.jtgl.gaming.TiledSurface
 
getDefaultFont() - Method in class org.jtgl.core.JTGLFont
 
getDefaultFont() - Method in class org.jtgl.core.JTGLGraphics
 
getDelay() - Method in class org.jtgl.gaming.TimeTrigger
 
getDimension() - Method in class org.jtgl.image.JTGLImage
 
getDisplayColors() - Method in class org.jtgl.micro.Mapplet
 
getDisplayColors(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 
getException() - Method in exception org.jtgl.core.JTGLException
 
getExtension(String, int) - Method in class org.jtgl.ext.DefaultExtensionManager
 
getExtension(String) - Method in class org.jtgl.ext.JTGLExtensionManager
 
getExtension(String, int) - Method in class org.jtgl.ext.JTGLExtensionManager
 
getExtension(String, int) - Method in class org.jtgl.micro.MicroExtensionManager
 
getExtensionCount(String) - Method in class org.jtgl.ext.DefaultExtensionManager
 
getExtensionCount(String) - Method in class org.jtgl.ext.JTGLExtensionManager
Returns the number of implemented extensions available for a given extension key.
getExtensionCount(String) - Method in class org.jtgl.micro.MicroExtensionManager
 
getExtensionsKeys() - Method in class org.jtgl.ext.DefaultExtensionManager
 
getExtensionsKeys() - Method in class org.jtgl.ext.JTGLExtensionManager
Query for all of extensions keys.
getExtensionsKeys() - Method in class org.jtgl.micro.MicroExtensionManager
 
getFamilyAndClass(String) - Method in class org.jtgl.ext.JTGLExtensionManager
 
getFamilyExtensions(String) - Method in class org.jtgl.ext.JTGLExtensionManager
Query for a family of available extensions.
getFont() - Method in class org.jtgl.core.JTGLGraphics
 
getFps() - Method in class org.jtgl.micro.GameMapplet
 
getFrame() - Method in class org.jtgl.gaming.Sequence
 
getFrame() - Method in class org.jtgl.gaming.Sprite
 
getFrameCounter() - Method in class org.jtgl.micro.GameMapplet
 
getFrameSequenceLength() - Method in class org.jtgl.gaming.Sprite
 
getFrameTime() - Method in class org.jtgl.micro.GameMapplet
 
getGraphics() - Method in class org.jtgl.image.JTGLImage
 
getGraphics() - Method in class org.jtgl.micro.Mapplet
Gets global graphics context
getGray() - Method in class org.jtgl.core.JTGLColor
 
getGreen() - Method in class org.jtgl.core.JTGLColor
Returns the green value of the color.
getHeight() - Method in class org.jtgl.core.JTGLDimension
 
getHeight() - Method in class org.jtgl.core.JTGLFont
 
getHeight() - Method in class org.jtgl.core.JTGLGraphics
Gets original context height independent of actual clipping height.
getHeight() - Method in class org.jtgl.core.JTGLRect
 
getHeight() - Method in class org.jtgl.gaming.Surface
 
getHeight() - Method in class org.jtgl.image.JTGLImage
 
getHeight() - Method in class org.jtgl.micro.Mapplet
 
getHeight(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 
getImageHeight() - Method in class org.jtgl.image.ImageMatrix
 
getImageUtil() - Method in class org.jtgl.micro.Mapplet
 
getImageUtil() - Method in interface org.jtgl.micro.MappletContext
 
getImageWidth() - Method in class org.jtgl.image.ImageMatrix
 
getInfo() - Method in interface org.jtgl.ext.JTGLExtension
 
getInputControl(String) - Method in class org.jtgl.micro.Mapplet
 
getInputControl(Mapplet, String) - Method in interface org.jtgl.micro.MappletContext
 
getInstance() - Static method in class org.jtgl.ext.JTGLExtensionManager
 
getJTGLGraphics(Mapplet) - Method in interface org.jtgl.micro.MappletContext
Gets global graphics context
getKey() - Method in class org.jtgl.input.KeyInputControl
Gets last single key pressed translated to KeyInputControl.KEY_XXX codes This method is an alias of getKeyPressed() method.
getKeyPressed() - Method in class org.jtgl.input.KeyInputControl
 
getKeyReleased() - Method in class org.jtgl.input.KeyInputControl
 
getKeys() - Method in class org.jtgl.input.KeyInputControl
Gets multiple keys pressed if supported by implementation as single bits.
getKeys() - Method in class org.jtgl.micro.GameMapplet
 
getKeyStates() - Method in class org.jtgl.input.KeyInputControl
Gets pressed keys bitmask status.
getLastCollidedCol() - Method in class org.jtgl.gaming.Sprite
 
getLastCollidedRect() - Method in class org.jtgl.gaming.Sprite
 
getLastCollidedRow() - Method in class org.jtgl.gaming.Sprite
 
getLastCollisionLocation() - Method in class org.jtgl.gaming.Sprite
Detects where occurred last collision within a Rect bounds (border limit only!)
getLocation() - Method in class org.jtgl.gaming.Surface
 
getMap() - Method in class org.jtgl.gaming.TiledSurface
 
getMaxFrameTime() - Method in class org.jtgl.micro.GameMapplet
 
getMaxScalingQuality() - Method in class org.jtgl.micro.DefaultImageUtil
 
getMaxScalingQuality() - Method in class org.jtgl.micro.ImageUtil
 
getMaxVolume() - Method in class org.jtgl.ext.media.MediaManager
 
getMinFrameTime() - Method in class org.jtgl.micro.GameMapplet
 
getMinScalingQuality() - Method in class org.jtgl.micro.DefaultImageUtil
 
getMinScalingQuality() - Method in class org.jtgl.micro.ImageUtil
 
getMinVolume() - Method in class org.jtgl.ext.media.MediaManager
 
getMode() - Method in class org.jtgl.gaming.Sequence
 
getMoveX() - Method in class org.jtgl.gaming.Sprite
 
getMoveY() - Method in class org.jtgl.gaming.Sprite
 
getName() - Method in class org.jtgl.core.JTGLFont
 
getName() - Method in class org.jtgl.ext.JTGLAbstractExtension
 
getName() - Method in interface org.jtgl.ext.JTGLExtension
 
getNative() - Method in class org.jtgl.image.JTGLImage
 
getNativeFont() - Method in class org.jtgl.core.JTGLFont
 
getNumCells() - Method in class org.jtgl.gaming.TiledSurface
 
getNumHImages() - Method in class org.jtgl.image.ImageMatrix
 
getNumImages() - Method in class org.jtgl.image.ImageMatrix
 
getNumTiles() - Method in class org.jtgl.gaming.TiledSurface
 
getNumVImages() - Method in class org.jtgl.image.ImageMatrix
 
getParam(String) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
getParamInfo() - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
getPixel(int, int) - Method in class org.jtgl.core.JTGLGraphics
 
getProperty(String) - Method in class org.jtgl.ext.JTGLAbstractExtension
 
getProperty(String) - Method in interface org.jtgl.ext.JTGLExtension
 
getRandom(int) - Method in class org.jtgl.micro.GameMapplet
 
getRandom(int, int) - Method in class org.jtgl.micro.GameMapplet
 
getRawFrameCount() - Method in class org.jtgl.gaming.Sprite
 
getRealFPS() - Method in class org.jtgl.micro.GameMapplet
 
getRealMFPS() - Method in class org.jtgl.micro.GameMapplet
 
getRed() - Method in class org.jtgl.core.JTGLColor
Returns the red value of the color.
getRefLocation() - Method in class org.jtgl.gaming.Surface
 
getRefreshType() - Method in class org.jtgl.micro.GameMapplet
 
getRGB() - Method in class org.jtgl.core.JTGLColor
Returns the rgb value of the color.
getRow(int) - Method in class org.jtgl.gaming.TiledSurface
 
getRows() - Method in class org.jtgl.gaming.TiledSurface
 
getSequenceArray() - Method in class org.jtgl.gaming.Sequence
 
getSequenceLength() - Method in class org.jtgl.gaming.Sequence
 
getSize() - Method in class org.jtgl.core.JTGLFont
 
getSize() - Method in class org.jtgl.gaming.SpriteGroup
 
getSize() - Method in class org.jtgl.gaming.SurfaceManager
 
getSizes() - Method in class org.jtgl.core.JTGLFont
 
getSpeed() - Method in class org.jtgl.gaming.Sprite
 
getSprite(int) - Method in class org.jtgl.gaming.SpriteGroup
 
getStyle() - Method in class org.jtgl.core.JTGLFont
 
getSupportedContentTypes(String) - Method in class org.jtgl.ext.media.MediaManager
 
getSupportedProtocols(String) - Method in class org.jtgl.ext.media.MediaManager
 
getSurfaceAt(int) - Method in class org.jtgl.gaming.SurfaceManager
 
getTranslationX() - Method in class org.jtgl.core.JTGLGraphics
 
getTranslationY() - Method in class org.jtgl.core.JTGLGraphics
 
getTriggerable() - Method in class org.jtgl.gaming.TimeTrigger
 
getTypedChar() - Method in class org.jtgl.input.KeyInputControl
 
getVendor() - Method in interface org.jtgl.ext.JTGLExtension
 
getVersion() - Method in interface org.jtgl.ext.JTGLExtension
 
getViewHeight() - Method in class org.jtgl.gaming.SurfaceManager
 
getViewHeight() - Method in class org.jtgl.gaming.TiledSurface
 
getViewWidth() - Method in class org.jtgl.gaming.SurfaceManager
 
getViewWidth() - Method in class org.jtgl.gaming.TiledSurface
 
getViewX() - Method in class org.jtgl.gaming.SurfaceManager
 
getViewX() - Method in class org.jtgl.gaming.TiledSurface
 
getViewY() - Method in class org.jtgl.gaming.SurfaceManager
 
getViewY() - Method in class org.jtgl.gaming.TiledSurface
 
getWidth() - Method in class org.jtgl.core.JTGLDimension
 
getWidth() - Method in class org.jtgl.core.JTGLGraphics
Gets original context width independent of actual clipping width.
getWidth() - Method in class org.jtgl.core.JTGLRect
 
getWidth() - Method in class org.jtgl.gaming.Surface
 
getWidth() - Method in class org.jtgl.image.JTGLImage
 
getWidth() - Method in class org.jtgl.micro.Mapplet
 
getWidth(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 
getX() - Method in class org.jtgl.core.JTGLPoint
 
getX() - Method in class org.jtgl.core.JTGLRect
 
getX() - Method in class org.jtgl.gaming.Surface
 
getX() - Method in class org.jtgl.input.MouseInputControl
 
getY() - Method in class org.jtgl.core.JTGLPoint
 
getY() - Method in class org.jtgl.core.JTGLRect
 
getY() - Method in class org.jtgl.gaming.Surface
 
getY() - Method in class org.jtgl.input.MouseInputControl
 
GRAY - Static variable in class org.jtgl.core.JTGLColor
The color gray.
GREEN - Static variable in class org.jtgl.core.JTGLColor
The color green.

H

handleException(Exception) - Method in class org.jtgl.micro.Mapplet
 
handleException(Exception, String) - Method in class org.jtgl.micro.Mapplet
 
handleException(Mapplet, Exception, String) - Method in interface org.jtgl.micro.MappletContext
 
hashCode() - Method in class org.jtgl.core.JTGLColor
 
height - Variable in class org.jtgl.core.JTGLRect
 

I

ImageMatrix - Class in org.jtgl.image
Represents a group of equal sized images arranged in a 2D Matrix within a single big source image.
ImageMatrix(JTGLImage, int, int) - Constructor for class org.jtgl.image.ImageMatrix
 
ImageMatrix(JTGLImage, int) - Constructor for class org.jtgl.image.ImageMatrix
Creates a new instance of ImageMatrix suited for square dimensions
ImageUtil - Class in org.jtgl.micro
Provides various image manipulation methods (Scaling at this moment)
ImageUtil(MappletContext) - Constructor for class org.jtgl.micro.ImageUtil
Creates a new instance of ImageUtil
incSpeed(int) - Method in class org.jtgl.gaming.Sprite
 
indexOf(Sprite, int) - Method in class org.jtgl.gaming.SpriteGroup
 
indexOf(Sprite) - Method in class org.jtgl.gaming.SpriteGroup
 
init(String, int, int) - Method in class org.jtgl.core.JTGLFont
 
init() - Method in class org.jtgl.core.JTGLGraphics
Initializes this graphics context.
init() - Method in class org.jtgl.ext.JTGLAbstractExtension
 
init() - Method in interface org.jtgl.ext.JTGLExtension
 
initGame() - Method in class org.jtgl.micro.GameMapplet
 
initialize(MappletContext) - Method in class org.jtgl.micro.Mapplet
Initialize Mapplet
initialize() - Method in class org.jtgl.micro.Mapplet
Initialize Mapplet Signals that mapplet has a context
InputControl - Class in org.jtgl.input
Base clas for all InputControls (eg: MouseInputControl , KeyboardInputContro,VirtualMouseInputControl..)
InputControl() - Constructor for class org.jtgl.input.InputControl
Creates a new instance of InputControl
insert(Surface, int) - Method in class org.jtgl.gaming.SurfaceManager
 
insertSpriteAt(Sprite, int) - Method in class org.jtgl.gaming.SpriteGroup
 
intersection(JTGLRect) - Method in class org.jtgl.core.JTGLRect
Computes the intersection of this JTGLRect with the specified Rectangle.
intersection(int, int, int, int, int, int, int, int, JTGLRect) - Static method in class org.jtgl.core.JTGLRect
 
intersection(int, int, int, int, int, int, int, int) - Static method in class org.jtgl.core.JTGLRect
 
intersects(JTGLRect) - Method in class org.jtgl.core.JTGLRect
 
isActionEnabled() - Method in class org.jtgl.gaming.Sprite
 
isAnimationEnabled() - Method in class org.jtgl.gaming.Sprite
 
isBold() - Method in class org.jtgl.core.JTGLFont
 
isDragging() - Method in class org.jtgl.input.MouseMotionInputControl
 
isEmpty() - Method in class org.jtgl.core.JTGLRect
 
isEmpty() - Method in class org.jtgl.gaming.SpriteGroup
 
isEnabled() - Method in class org.jtgl.gaming.TimeTrigger
 
isFullContextClipped() - Method in class org.jtgl.core.JTGLGraphics
 
isItalic() - Method in class org.jtgl.core.JTGLFont
 
isLocationValid() - Method in class org.jtgl.gaming.Sprite
Default position validation function.
isMoving() - Method in class org.jtgl.input.MouseMotionInputControl
 
isNative() - Method in class org.jtgl.image.JTGLImage
 
isPlain() - Method in class org.jtgl.core.JTGLFont
 
isRunning() - Method in class org.jtgl.micro.GameMapplet
 
isTime - Variable in class org.jtgl.gaming.TimeTrigger
 
isUnderlined() - Method in class org.jtgl.core.JTGLFont
 
isVisible() - Method in class org.jtgl.gaming.Surface
 

J

JTGLAbstractExtension - Class in org.jtgl.ext
Base Extension
JTGLAbstractExtension() - Constructor for class org.jtgl.ext.JTGLAbstractExtension
Creates a new instance of JTGLAbstractExtension
JTGLColor - Class in org.jtgl.core
Manages Color info (TODO: Color conversion via JTGLColorManager) ColorSpace is sRGB with alpha or opacity information and default 8bits per component
JTGLColor(int, int, int, int) - Constructor for class org.jtgl.core.JTGLColor
Creates a new instance of JTGLColor
JTGLColor(int, int, int) - Constructor for class org.jtgl.core.JTGLColor
 
JTGLColor(byte, byte, byte) - Constructor for class org.jtgl.core.JTGLColor
 
JTGLDimension - Class in org.jtgl.core
Represents an inmutable 2D Dimension
JTGLDimension(int, int) - Constructor for class org.jtgl.core.JTGLDimension
Creates a new instance of JTGLDimension
JTGLException - Exception in org.jtgl.core
JTGL core Exception class
JTGLException() - Constructor for exception org.jtgl.core.JTGLException
Creates a new instance of JTGLException without detail message.
JTGLException(String) - Constructor for exception org.jtgl.core.JTGLException
Constructs an instance of JTGLException with the specified detail message.
JTGLException(Throwable) - Constructor for exception org.jtgl.core.JTGLException
Constructs an instance of JTGLException wrapping a Throwable object instance.
JTGLExtension - Interface in org.jtgl.ext
Defines a pluggable extension to the JTGL api.
JTGLExtensionConfigurable - Class in org.jtgl.ext
Defines a generic configurable extension
JTGLExtensionConfigurable() - Constructor for class org.jtgl.ext.JTGLExtensionConfigurable
Creates a new instance of JTGLExtensionConfigurable
JTGLExtensionConfigurable.Value - Class in org.jtgl.ext
 
JTGLExtensionConfigurable.Value(Object, String) - Constructor for class org.jtgl.ext.JTGLExtensionConfigurable.Value
 
JTGLExtensionException - Exception in org.jtgl.ext
Base Extension exception class
JTGLExtensionException() - Constructor for exception org.jtgl.ext.JTGLExtensionException
Creates a new instance of JTGLExtensionException
JTGLExtensionException(String) - Constructor for exception org.jtgl.ext.JTGLExtensionException
Constructs an instance of JTGLExtensionException with the specified detail message.
JTGLExtensionException(Throwable) - Constructor for exception org.jtgl.ext.JTGLExtensionException
Constructs an instance of JTGLExtensionException wrapping a Throwable object instance.
JTGLExtensionManager - Class in org.jtgl.ext
Extension Manager
JTGLExtensionManager() - Constructor for class org.jtgl.ext.JTGLExtensionManager
Creates a new instance of JTGLImagingManager
JTGLExtensionPlayable - Interface in org.jtgl.ext
Defines a playable extension
JTGLFont - Class in org.jtgl.core
Represents a Font used in text rendering.
JTGLFont() - Constructor for class org.jtgl.core.JTGLFont
Creates a new instance of JTGLFont
JTGLGraphics - Class in org.jtgl.core
Graphics context where all drawing operations are performed
JTGLGraphics() - Constructor for class org.jtgl.core.JTGLGraphics
Creates a new instance of JTGLGraphics
JTGLImage - Class in org.jtgl.image
Base abstract Image class
JTGLImage() - Constructor for class org.jtgl.image.JTGLImage
Creates a new instance of Image
JTGLPoint - Class in org.jtgl.core
Point primitive
JTGLPoint() - Constructor for class org.jtgl.core.JTGLPoint
 
JTGLPoint(int, int) - Constructor for class org.jtgl.core.JTGLPoint
Creates a new instance of JTGLPoint
JTGLPoint(JTGLPoint) - Constructor for class org.jtgl.core.JTGLPoint
 
JTGLRect - Class in org.jtgl.core
Rectangle primitive
JTGLRect(int, int, int, int) - Constructor for class org.jtgl.core.JTGLRect
Creates a new instance of JTGLRect
JTGLRect(int, int) - Constructor for class org.jtgl.core.JTGLRect
 
JTGLRect() - Constructor for class org.jtgl.core.JTGLRect
 
JTGLRect(JTGLRect) - Constructor for class org.jtgl.core.JTGLRect
 

K

KEY_DOWN - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_ENTER - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_LEFT - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_MASK_DOWN - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_MASK_ENTER - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_MASK_LEFT - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_MASK_RIGHT - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_MASK_UP - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NONE - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM0 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM1 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM2 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM3 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM4 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM5 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM6 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM7 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM8 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_NUM9 - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_RIGHT - Static variable in class org.jtgl.input.KeyInputControl
 
KEY_UP - Static variable in class org.jtgl.input.KeyInputControl
 
KeyInputControl - Class in org.jtgl.input
Keyboard InputControl
KeyInputControl() - Constructor for class org.jtgl.input.KeyInputControl
Creates a new instance of KeyInputControl
keyPressed - Variable in class org.jtgl.input.KeyInputControl
 
keyReleased - Variable in class org.jtgl.input.KeyInputControl
 
keysPressed - Variable in class org.jtgl.input.KeyInputControl
 
kill(boolean) - Method in class org.jtgl.micro.GameMapplet
Kill Mapplet
kill(boolean) - Method in class org.jtgl.micro.Mapplet
Kill Mapplet

L

LIGHT_GRAY - Static variable in class org.jtgl.core.JTGLColor
The color light gray.

M

MAGENTA - Static variable in class org.jtgl.core.JTGLColor
The color magenta.
Mapplet - Class in org.jtgl.micro
Defines a Micro Application (aka Mapplet) focused on micro environments (such as MIDP,ExEn,DoJa).
Mapplet() - Constructor for class org.jtgl.micro.Mapplet
 
Mapplet(MappletContext) - Constructor for class org.jtgl.micro.Mapplet
 
MappletContext - Interface in org.jtgl.micro
Defines a Micro Application (aka Mapplet) Context (such as MIDP,ExEn,DoJa).
MAX_FPS - Static variable in class org.jtgl.micro.GameMapplet
 
MAX_LEVEL - Static variable in class org.jtgl.core.JTGLColor
Defines maximun component level
MediaException - Exception in org.jtgl.ext.media
Encapsulates any media exception
MediaException() - Constructor for exception org.jtgl.ext.media.MediaException
Creates a new instance of MediaException without detail message.
MediaException(String) - Constructor for exception org.jtgl.ext.media.MediaException
Constructs an instance of MediaException with the specified detail message.
MediaException(Throwable) - Constructor for exception org.jtgl.ext.media.MediaException
Constructs an instance of MediaException wrapping a Throwable object instance.
MediaManager - Class in org.jtgl.ext.media
MediaManager
MediaManager() - Constructor for class org.jtgl.ext.media.MediaManager
Creates a new instance of JTGLMediaManager
MicroExtensionManager - Class in org.jtgl.micro
A minimun JTGLExtensionManager implementation, suitable for constrained environments where only a query by extensionKey is enought to access a concrete JTGLExtension instance.
MicroExtensionManager() - Constructor for class org.jtgl.micro.MicroExtensionManager
Creates a new instance of MicroExtensionManager
MIN_FPS - Static variable in class org.jtgl.micro.GameMapplet
 
modCell(int, int) - Method in class org.jtgl.gaming.TiledSurface
Modify all cells with values oldIndex to value newIndex
modCells(int, int) - Method in class org.jtgl.gaming.TiledSurface
Modify all cells with values oldIndex to value newIndex.
modSaveCells(int, int) - Method in class org.jtgl.gaming.TiledSurface
Faster method than modCell(int oldIndex,int newIndex) that scans whole map and save all cell locations (indexes within cell-map) containing the passed value
modSaveCells(int) - Method in class org.jtgl.gaming.TiledSurface
Faster method than modCell(int oldIndex,int newIndex) that scans whole map and save cell locations containing the passed value
MouseInputControl - Class in org.jtgl.input
Mouse InputControl
MouseInputControl() - Constructor for class org.jtgl.input.MouseInputControl
Creates a new instance of MouseInputControl
MouseMotionInputControl - Class in org.jtgl.input
Mouse Motion InputControl
MouseMotionInputControl() - Constructor for class org.jtgl.input.MouseMotionInputControl
Creates a new instance of MouseMotionInputControl
move() - Method in class org.jtgl.gaming.Sprite
Moves this sprite by moveX,moveY.
move() - Method in class org.jtgl.gaming.SpriteGroup
 
move(int, int) - Method in class org.jtgl.gaming.SpriteGroup
 
move(int, int) - Method in class org.jtgl.gaming.Surface
 
moveRefTo(int, int, boolean) - Method in class org.jtgl.gaming.Sprite
Moves the sprite toward the specified position.
moveRefTo(int, int, boolean) - Method in class org.jtgl.gaming.SpriteGroup
 
moveView(int, int) - Method in class org.jtgl.gaming.SurfaceManager
 
moveView(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
mulDimension(int, int) - Method in class org.jtgl.core.JTGLRect
 
mulDimension(int) - Method in class org.jtgl.core.JTGLRect
 

N

nextFrame() - Method in class org.jtgl.gaming.Sequence
 
nextFrame() - Method in class org.jtgl.gaming.Sprite
 
notifyKill() - Method in class org.jtgl.micro.Mapplet
 
notifyKill(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 

O

onUpdateBoolean(String, boolean) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
onUpdateByte(String, byte) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
onUpdateInt(String, byte) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
onUpdateObject(String, Object) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
onUpdateString(String, String) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
OPAQUE - Static variable in class org.jtgl.core.JTGLColor
 
ORANGE - Static variable in class org.jtgl.core.JTGLColor
The color orange.
org.jtgl.core - package org.jtgl.core
 
org.jtgl.ext - package org.jtgl.ext
 
org.jtgl.ext.device - package org.jtgl.ext.device
 
org.jtgl.ext.media - package org.jtgl.ext.media
 
org.jtgl.gaming - package org.jtgl.gaming
 
org.jtgl.image - package org.jtgl.image
 
org.jtgl.input - package org.jtgl.input
 
org.jtgl.micro - package org.jtgl.micro
 

P

pause() - Method in interface org.jtgl.ext.JTGLExtensionPlayable
 
pause() - Method in class org.jtgl.micro.GameMapplet
 
pause() - Method in class org.jtgl.micro.Mapplet
Pause Mapplet
performTimedAction(long) - Method in class org.jtgl.gaming.Sprite
Perform actions every actionDelay delay By default moves this sprite by moveX,moveY.
performTimedAnimation(long) - Method in class org.jtgl.gaming.Sprite
 
PING_PONG - Static variable in class org.jtgl.gaming.Sequence
 
PINK - Static variable in class org.jtgl.core.JTGLColor
The color pink.
play() - Method in interface org.jtgl.ext.JTGLExtensionPlayable
 
Player - Interface in org.jtgl.ext.media
Represents a media player
playTone(int, int, int) - Method in class org.jtgl.ext.media.MediaManager
 
preCollidesWith(TiledSurface) - Method in class org.jtgl.gaming.Sprite
 
preCollidesWithBounds(int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
preCollidesWithBounds(JTGLRect) - Method in class org.jtgl.gaming.Sprite
 
preCollidesWithBounds(Surface) - Method in class org.jtgl.gaming.Sprite
 
preCollidesWithBounds(Sprite) - Method in class org.jtgl.gaming.Sprite
 
prefetch() - Method in interface org.jtgl.ext.media.Player
 
prevFrame() - Method in class org.jtgl.gaming.Sprite
 
processGameLogic() - Method in class org.jtgl.micro.GameMapplet
 

R

RANDOM - Static variable in class org.jtgl.gaming.Sequence
 
realize() - Method in interface org.jtgl.ext.media.Player
 
RectSurface - Class in org.jtgl.gaming
A Rectangle surface
RectSurface(int, int, JTGLColor) - Constructor for class org.jtgl.gaming.RectSurface
Creates a new instance of RectSurface
RectSurface(int, int) - Constructor for class org.jtgl.gaming.RectSurface
 
RectSurface(JTGLRect, JTGLColor) - Constructor for class org.jtgl.gaming.RectSurface
 
RectSurface(JTGLRect) - Constructor for class org.jtgl.gaming.RectSurface
 
RED - Static variable in class org.jtgl.core.JTGLColor
The color red.
REFRESH_AUTO - Static variable in class org.jtgl.micro.GameMapplet
 
REFRESH_MANUAL - Static variable in class org.jtgl.micro.GameMapplet
 
refreshGraphics() - Method in class org.jtgl.micro.GameMapplet
 
registerInstance() - Static method in class org.jtgl.micro.MicroExtensionManager
 
registerManagerInstance(JTGLExtensionManager) - Static method in class org.jtgl.ext.JTGLExtensionManager
 
release() - Method in class org.jtgl.ext.JTGLAbstractExtension
 
release() - Method in interface org.jtgl.ext.JTGLExtension
 
remove(Sprite) - Method in class org.jtgl.gaming.SpriteGroup
 
remove(Surface) - Method in class org.jtgl.gaming.SurfaceManager
 
removeAll() - Method in class org.jtgl.gaming.SurfaceManager
 
removeSpriteAt(int) - Method in class org.jtgl.gaming.SpriteGroup
 
reset() - Method in class org.jtgl.gaming.TimeTrigger
 
reset() - Method in class org.jtgl.micro.GameMapplet
Dirty method for complete reinitialization of game
resetMap(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
restoreClip() - Method in class org.jtgl.core.JTGLGraphics
 
restoreColor() - Method in class org.jtgl.core.JTGLGraphics
 
REVERSE - Static variable in class org.jtgl.gaming.Sequence
 
run() - Method in class org.jtgl.micro.GameMapplet
 
runMapplet(Mapplet) - Method in interface org.jtgl.micro.MappletContext
 

S

saveClip() - Method in class org.jtgl.core.JTGLGraphics
 
saveColor(JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
Sequence - Class in org.jtgl.gaming
Stores a sequence of values (such as keyFrames of a Sprite, or time-frames,etc..) and provides various "walks" such as ping-pong,reverse or random.
Sequence() - Constructor for class org.jtgl.gaming.Sequence
Creates a new instance of Sequence
Sequence(int[], int) - Constructor for class org.jtgl.gaming.Sequence
Creates a new instance of Sequence
Sequence(int, int, int) - Constructor for class org.jtgl.gaming.Sequence
Creates a new instance of Sequence
Sequence(int[]) - Constructor for class org.jtgl.gaming.Sequence
Creates a new instance of Sequence
Sequence(int, int) - Constructor for class org.jtgl.gaming.Sequence
Creates a new instance of Sequence
setAbsRefLocation(int, int) - Method in class org.jtgl.gaming.Surface
 
setActionDelay(long) - Method in class org.jtgl.gaming.Sprite
 
setActionEnabled(boolean) - Method in class org.jtgl.gaming.Sprite
 
setAnimatedTile(int, int) - Method in class org.jtgl.gaming.TiledSurface
Associates an animated tile with the specified static tile.
setAnimationDelay(long) - Method in class org.jtgl.gaming.Sprite
 
setAnimationEnabled(boolean) - Method in class org.jtgl.gaming.Sprite
 
setBackgroundColor(JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
Background color is used when clearing this context and for auxiliary color.
setCell(int, int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setCellValue(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setClip(JTGLRect) - Method in class org.jtgl.core.JTGLGraphics
 
setClip(int, int, int, int, boolean) - Method in class org.jtgl.core.JTGLGraphics
 
setClip(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
setClipInternal(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
setCollisionRectangle(int, int, int, int) - Method in class org.jtgl.gaming.Sprite
 
setColor(int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
setColor(int, int, int, int) - Method in class org.jtgl.core.JTGLGraphics
 
setColor(JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
setColor(JTGLColor) - Method in class org.jtgl.gaming.RectSurface
 
setColorInternal(JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
Sets the internal foregound color Subclases may overide this methof if another color packaging or translation (from JTGLColor) is needed.
setColorInternal(int) - Method in class org.jtgl.core.JTGLGraphics
Sets the internal foreground color packed in ARGB format
setDebug(boolean) - Method in class org.jtgl.micro.Mapplet
 
setDelay(long) - Method in class org.jtgl.gaming.TimeTrigger
 
setDimension(int, int) - Method in class org.jtgl.core.JTGLRect
 
setEnabled(boolean) - Method in class org.jtgl.gaming.TimeTrigger
 
setExpansion(int) - Method in class org.jtgl.gaming.Sequence
 
setFilled(boolean) - Method in class org.jtgl.gaming.RectSurface
 
setFont(JTGLFont) - Method in class org.jtgl.core.JTGLGraphics
 
setFontInternal(Object) - Method in class org.jtgl.core.JTGLGraphics
 
setFontSize(int) - Method in class org.jtgl.core.JTGLGraphics
Changes current font's size to a fixed font size defined by JTGLFont's constants: JTGLFont.SIZE_SMALL JTGLFont.SIZE_MEDIUM JTGLFont.SIZE_LARGE Subsclasses of JTGLFont should return a minimun integer array of three predefined sizes.
setFps(int) - Method in class org.jtgl.micro.GameMapplet
 
setFrame(int) - Method in class org.jtgl.gaming.Sequence
 
setFrame(int) - Method in class org.jtgl.gaming.Sprite
 
setHeight(int) - Method in class org.jtgl.core.JTGLRect
 
setImageMatrix(ImageMatrix, boolean) - Method in class org.jtgl.gaming.TiledSurface
 
setInitSequence() - Method in class org.jtgl.gaming.Sprite
 
setLocation(int, int) - Method in class org.jtgl.core.JTGLPoint
 
setLocation(JTGLPoint) - Method in class org.jtgl.core.JTGLPoint
 
setLocation(int, int) - Method in class org.jtgl.core.JTGLRect
 
setLocation(int, int) - Method in class org.jtgl.gaming.Surface
 
setLoopCount(int) - Method in interface org.jtgl.ext.media.Player
 
setMap(short[]) - Method in class org.jtgl.gaming.TiledSurface
 
setMaxScalingQuality(int) - Method in class org.jtgl.micro.DefaultImageUtil
 
setMaxScalingQuality(int) - Method in class org.jtgl.micro.ImageUtil
 
setMode(int) - Method in class org.jtgl.gaming.Sequence
 
setMove(int, int) - Method in class org.jtgl.gaming.Sprite
 
setMove(int, int) - Method in class org.jtgl.gaming.SpriteGroup
 
setNative(boolean) - Method in class org.jtgl.image.JTGLImage
 
setNativeGraphics(Object) - Method in class org.jtgl.core.JTGLGraphics
Change or wraps a native graphics context (Used whithin a non-double-buffered scenario)
setOrigin(int, int) - Method in class org.jtgl.core.JTGLGraphics
 
setParam(String, Object) - Method in class org.jtgl.ext.JTGLExtensionConfigurable
 
setPixel(int, int, JTGLColor) - Method in class org.jtgl.core.JTGLGraphics
 
setProperty(String, Object) - Method in class org.jtgl.ext.JTGLAbstractExtension
 
setProperty(String, Object) - Method in interface org.jtgl.ext.JTGLExtension
 
setRefLocation(int, int) - Method in class org.jtgl.gaming.Surface
 
setRefreshType(int) - Method in class org.jtgl.micro.GameMapplet
 
setSequence(int, int) - Method in class org.jtgl.gaming.Sequence
 
setSequence(int[]) - Method in class org.jtgl.gaming.Sequence
 
setSequence(int[]) - Method in class org.jtgl.gaming.Sprite
 
setSize(int) - Method in class org.jtgl.gaming.SpriteGroup
 
setSpeed(int) - Method in class org.jtgl.gaming.Sprite
 
setSprite(int, Sprite) - Method in class org.jtgl.gaming.SpriteGroup
 
setStaticTileSet(JTGLImage, int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setTriggerable(Triggerable) - Method in class org.jtgl.gaming.TimeTrigger
 
setViewLocation(int, int) - Method in class org.jtgl.gaming.SurfaceManager
 
setViewLocation(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setViewWindow(int, int, int, int) - Method in class org.jtgl.gaming.SurfaceManager
 
setViewWindow(int, int, int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setViewWindowFromViewPort(int, int, int, int) - Method in class org.jtgl.gaming.TiledSurface
 
setVisible(boolean) - Method in class org.jtgl.gaming.SpriteGroup
 
setVisible(boolean) - Method in class org.jtgl.gaming.Surface
 
setWidth(int) - Method in class org.jtgl.core.JTGLRect
 
showGrid - Variable in class org.jtgl.gaming.TiledSurface
 
SIZE_LARGE - Static variable in class org.jtgl.core.JTGLFont
 
SIZE_MEDIUM - Static variable in class org.jtgl.core.JTGLFont
 
SIZE_SMALL - Static variable in class org.jtgl.core.JTGLFont
 
Sprite - Class in org.jtgl.gaming
Sprite class
Sprite(int, int) - Constructor for class org.jtgl.gaming.Sprite
Creates a Sprite surface (Use only for subclasses)
Sprite(JTGLImage) - Constructor for class org.jtgl.gaming.Sprite
Creates a non animated Sprite using the provided image
Sprite(ImageMatrix) - Constructor for class org.jtgl.gaming.Sprite
Creates an animated Sprite using a ImageMatrix
Sprite(JTGLImage, int, int) - Constructor for class org.jtgl.gaming.Sprite
Creates an animated Sprite using the frames from provided image
Sprite(Sprite) - Constructor for class org.jtgl.gaming.Sprite
Creates a Sprite from another one
SpriteGroup - Class in org.jtgl.gaming
Represents a group of independent Sprites that can be managed as one.
SpriteGroup() - Constructor for class org.jtgl.gaming.SpriteGroup
Creates a new instance of IntVector
SpriteGroup(int) - Constructor for class org.jtgl.gaming.SpriteGroup
Creates a new instance of IntVector
start() - Method in interface org.jtgl.ext.media.Player
 
start() - Method in class org.jtgl.micro.GameMapplet
 
start() - Method in class org.jtgl.micro.Mapplet
Start Mapplet
stop() - Method in interface org.jtgl.ext.JTGLExtensionPlayable
 
stop() - Method in interface org.jtgl.ext.media.Player
 
stringWidth(String) - Method in class org.jtgl.core.JTGLFont
 
stringWidth(String, int, int) - Method in class org.jtgl.core.JTGLFont
 
STYLE_BOLD - Static variable in class org.jtgl.core.JTGLFont
 
STYLE_ITALIC - Static variable in class org.jtgl.core.JTGLFont
 
STYLE_PLAIN - Static variable in class org.jtgl.core.JTGLFont
 
STYLE_UNDERLINED - Static variable in class org.jtgl.core.JTGLFont
 
supportsSimultaneusKeys() - Method in class org.jtgl.input.KeyInputControl
 
Surface - Class in org.jtgl.gaming
A drawable element
Surface(int, int) - Constructor for class org.jtgl.gaming.Surface
Creates a new instance of Surface
SurfaceManager - Class in org.jtgl.gaming
SurfaceManager provides a container of Surfaces API based on J2ME/MIDP 2.0
SurfaceManager() - Constructor for class org.jtgl.gaming.SurfaceManager
 
SurfaceManager(int) - Constructor for class org.jtgl.gaming.SurfaceManager
 

T

TiledSurface - Class in org.jtgl.gaming
Represents a surface compound of image tiles (each tile could be empty of filled with a static or animated image)
TiledSurface(int, int, ImageMatrix) - Constructor for class org.jtgl.gaming.TiledSurface
Creates a new instance of TiledSurface
TiledSurface(int, int, JTGLImage, int, int) - Constructor for class org.jtgl.gaming.TiledSurface
 
TimeTrigger - Class in org.jtgl.gaming
Provides a thread-less time trigger suitable for animations, etc..
TimeTrigger() - Constructor for class org.jtgl.gaming.TimeTrigger
Creates a new instance of TimeTrigger
TimeTrigger(long) - Constructor for class org.jtgl.gaming.TimeTrigger
Creates a new instance of TimeTrigger
toString() - Method in class org.jtgl.core.JTGLColor
 
toString() - Method in class org.jtgl.core.JTGLDimension
 
toString() - Method in class org.jtgl.core.JTGLFont
 
toString() - Method in class org.jtgl.core.JTGLPoint
 
toString() - Method in class org.jtgl.core.JTGLRect
 
toString() - Method in class org.jtgl.gaming.SpriteGroup
 
toString() - Method in class org.jtgl.image.JTGLImage
 
translate(int, int) - Method in class org.jtgl.core.JTGLGraphics
 
translate(int, int) - Method in class org.jtgl.core.JTGLPoint
 
translate(int, int) - Method in class org.jtgl.core.JTGLRect
 
translateInternal(int, int) - Method in class org.jtgl.core.JTGLGraphics
 
translateKey(int) - Method in class org.jtgl.input.KeyInputControl
Translates from native keycode to KeyInputControl.KEY_XXX codes
translateToJTGLStyle(int) - Method in class org.jtgl.core.JTGLFont
 
translateToNativeStyle(int) - Method in class org.jtgl.core.JTGLFont
 
TRANSLUCENT - Static variable in class org.jtgl.core.JTGLColor
 
translucent(int) - Method in class org.jtgl.core.JTGLColor
 
translucent() - Method in class org.jtgl.core.JTGLColor
 
TRANSPARENT - Static variable in class org.jtgl.core.JTGLColor
 
transparent() - Method in class org.jtgl.core.JTGLColor
 
Triggerable - Interface in org.jtgl.gaming
Defines an action trigger client
triggerAction() - Method in interface org.jtgl.gaming.Triggerable
 
trimToSize() - Method in class org.jtgl.gaming.SpriteGroup
 
TYPE_BOOLEAN - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_BYTE - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_FINT - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_FLOAT - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_INT - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_LONG - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_OBJECT - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
TYPE_STRING - Static variable in class org.jtgl.ext.JTGLExtensionConfigurable
 
typedChar - Variable in class org.jtgl.input.KeyInputControl
 

U

union(JTGLRect) - Method in class org.jtgl.core.JTGLRect
Computes the union of this JTGLRect with the specified JTGLRect.
updateKeyPressed(int) - Method in class org.jtgl.input.KeyInputControl
 
updateKeyReleased(int) - Method in class org.jtgl.input.KeyInputControl
 
updateKeyRepeated(int) - Method in class org.jtgl.input.KeyInputControl
 
updateKeyTyped(char) - Method in class org.jtgl.input.KeyInputControl
 
updateViewCols(int, int) - Method in class org.jtgl.gaming.TiledSurface
 
updateViewRows(int, int) - Method in class org.jtgl.gaming.TiledSurface
 

V

Vibrator - Class in org.jtgl.ext.device
A Vibrator device
Vibrator() - Constructor for class org.jtgl.ext.device.Vibrator
Creates a new instance of Vibrator

W

WHITE - Static variable in class org.jtgl.core.JTGLColor
The color white.
width - Variable in class org.jtgl.core.JTGLRect
 

X

x - Variable in class org.jtgl.core.JTGLRect
 

Y

y - Variable in class org.jtgl.core.JTGLRect
 
YELLOW - Static variable in class org.jtgl.core.JTGLColor
The color yellow.

_

_currBGColor - Variable in class org.jtgl.core.JTGLGraphics
Current background color
_currColor - Variable in class org.jtgl.core.JTGLGraphics
Current foreground color

A B C D E F G H I J K L M N O P R S T U V W X Y _