- debug(Graphics) - Method in class org.mini2Dx.core.geom.Rectangle
-
- delete(String...) - Method in class org.mini2Dx.android.playerdata.AndroidPlayerData
-
- delete(String...) - Method in interface org.mini2Dx.core.playerdata.PlayerData
-
Deletes a file or directory within in the game data location
- delete(String...) - Method in class org.mini2Dx.desktop.playerdata.DesktopPlayerData
-
- delete(String...) - Method in class org.mini2Dx.ios.playerdata.IOSPlayerData
-
- DependencyInjection - Class in org.mini2Dx.core.di
-
Provides dependency injection to mini2Dx games
- DependencyInjection(ComponentScanner) - Constructor for class org.mini2Dx.core.di.DependencyInjection
-
- DesktopComponentScanner - Class in org.mini2Dx.desktop.di
-
- DesktopComponentScanner() - Constructor for class org.mini2Dx.desktop.di.DesktopComponentScanner
-
Constructor
- DesktopDependencyInjection - Class in org.mini2Dx.desktop.di
-
Provides dependency inject for Windows/Mac/Linux mini2Dx games
- DesktopDependencyInjection() - Constructor for class org.mini2Dx.desktop.di.DesktopDependencyInjection
-
- DesktopMini2DxGame - Class in org.mini2Dx.desktop
-
- DesktopMini2DxGame(String, GameContainer) - Constructor for class org.mini2Dx.desktop.DesktopMini2DxGame
-
- DesktopPlayerData - Class in org.mini2Dx.desktop.playerdata
-
- DesktopPlayerData(String) - Constructor for class org.mini2Dx.desktop.playerdata.DesktopPlayerData
-
- DesktopXmlSerializer - Class in org.mini2Dx.desktop.serialization
-
- DesktopXmlSerializer() - Constructor for class org.mini2Dx.desktop.serialization.DesktopXmlSerializer
-
- di - Static variable in class org.mini2Dx.core.Mdx
-
Dependency injection
- disableBlending() - Method in class org.mini2Dx.core.graphics.Graphics
-
Disables blending during rendering
- dispose() - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
Cleans up resources.
- dispose() - Method in class org.mini2Dx.core.game.GameContainer
-
- dispose() - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- dispose() - Method in class org.mini2Dx.tiled.renderer.OrthogonalTileLayerRenderer
-
- dispose() - Method in interface org.mini2Dx.tiled.renderer.TileLayerRenderer
-
- dispose() - Method in class org.mini2Dx.tiled.TiledMap
-
Releases any resources used by this TiledMap
- draw(Graphics) - Method in class org.mini2Dx.core.geom.Circle
-
- draw(Graphics) - Method in class org.mini2Dx.core.geom.Rectangle
-
- draw(Graphics) - Method in interface org.mini2Dx.core.geom.Shape
-
- draw(Graphics) - Method in class org.mini2Dx.core.graphics.Animation
-
Draws the current frame of the animation
- draw(Graphics, float, float) - Method in class org.mini2Dx.core.graphics.Animation
-
Draws the current frame of the animation
- draw(Graphics, int, int) - Method in class org.mini2Dx.tiled.Tile
-
- draw(Graphics, int, int) - Method in class org.mini2Dx.tiled.TiledMap
-
Draws the entire map at the specified coordinates
- draw(Graphics, int, int, int) - Method in class org.mini2Dx.tiled.TiledMap
-
Draws a layer of the map at the specified coordinates
- draw(Graphics, int, int, int, int, int, int) - Method in class org.mini2Dx.tiled.TiledMap
-
Draws a section of the map at the specified coordinates
- draw(Graphics, int, int, int, int, int, int, int) - Method in class org.mini2Dx.tiled.TiledMap
-
Draws a section of a specified layer of the map at the specified
coordinates
- drawCircle(float, float, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a circle to the window in the current Color
with the set
line height
- drawLayer(Graphics, TileLayer, int, int, int, int, int, int) - Method in class org.mini2Dx.tiled.renderer.OrthogonalTileLayerRenderer
-
- drawLayer(Graphics, TileLayer, int, int, int, int, int, int) - Method in interface org.mini2Dx.tiled.renderer.TileLayerRenderer
-
- drawLineSegment(float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Renders a line segment to the window in the current Color
with
the set line height
- drawParticleEffect(ParticleEffect) - Method in class org.mini2Dx.core.graphics.Graphics
-
- drawRect(float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Renders a rectangle to the window in the current Color
with the
set line height
- drawShape(Shape) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws an instance of
Shape
- drawSprite(Sprite) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a
Sprite
with all transformations applied to this graphics
context
- drawSprite(Sprite, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a
Sprite
at the given coordinates with all transformations
applied to this graphics context
- drawSpriteCache(SpriteCache, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a SpriteCache
- drawStage(Stage) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws an instance of a LibGDX Stage
- drawString(String, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a string to the window
- drawString(String, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a string to the window, automatically wrapping it within a specified
width
- drawString(String, float, float, float, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a string to the window, automatically wrapping it within a specified
width and aligning it to the left, center or right of the width
- drawTexture(Texture, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a texture to this graphics context
- drawTexture(Texture, float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
- drawTextureRegion(TextureRegion, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a texture region to this graphics context
- drawTextureRegion(TextureRegion, float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Draws a texture region to this graphics context
- drawTile(Graphics, int, int, int) - Method in class org.mini2Dx.tiled.Tileset
-
- drawTileset(Graphics, int, int) - Method in class org.mini2Dx.tiled.Tileset
-
Draws the whole tileset to the
Graphics
context
- duplicate(Object) - Static method in class org.mini2Dx.core.di.bean.PrototypeBean
-
- FadeInTransition - Class in org.mini2Dx.core.screen.transition
-
Implements a fade in transition
NOTE: Based on Slick implementation by Kevin Glass
- FadeInTransition() - Constructor for class org.mini2Dx.core.screen.transition.FadeInTransition
-
Default constructor - fade from black in 0.5 seconds
- FadeInTransition(Color) - Constructor for class org.mini2Dx.core.screen.transition.FadeInTransition
-
Constructs a fade in transition that lasts 0.5 seconds
- FadeInTransition(Color, float) - Constructor for class org.mini2Dx.core.screen.transition.FadeInTransition
-
Constructs a fade in transition
- fadeOut(float) - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
- fadeOutAndStop(float) - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
- FadeOutTransition - Class in org.mini2Dx.core.screen.transition
-
Implements a fade out transition
NOTE: Based on Slick implementation by Kevin Glass
- FadeOutTransition() - Constructor for class org.mini2Dx.core.screen.transition.FadeOutTransition
-
Default constructor - fade to black in 0.5 seconds
- FadeOutTransition(Color) - Constructor for class org.mini2Dx.core.screen.transition.FadeOutTransition
-
Constructs a fade out transition that lasts 0.5 seconds
- FadeOutTransition(Color, float) - Constructor for class org.mini2Dx.core.screen.transition.FadeOutTransition
-
Constructs a fade out transition
- Field - Annotation Type in org.mini2Dx.core.serialization.annotation
-
Indicates a field should be serialized
- fillCircle(float, float, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Fills a circle to the window in the current Color
- fillRect(float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Fills a rectangle to the window in the current Color
- FLAG_FLIP_DIAGONALLY - Static variable in class org.mini2Dx.tiled.TiledParser
-
- FLAG_FLIP_HORIZONTALLY - Static variable in class org.mini2Dx.tiled.TiledParser
-
- FLAG_FLIP_VERTICALLY - Static variable in class org.mini2Dx.tiled.TiledParser
-
- flip(boolean, boolean) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the flipX and flipY to the current frame
- flipY() - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- flush() - Method in class org.mini2Dx.core.graphics.Graphics
-
Immediately flushes everything rendered rather than waiting until the end
of rendering
- forceTo(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
Sets the current x and y coordinate to the specified x and y and force updates the
rendering bounds to match
- forceTo(float, float, float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
Sets the current bounds to the specified bounds and force updates the
rendering bounds to match
- forceToHeight(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
Sets the current height to the specified height and force updates the
rendering bounds to match
- forceToWidth(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
Sets the current width to the specified width and force updates the
rendering bounds to match
- free() - Method in class org.mini2Dx.core.graphics.PooledParticleEffect
-
- fromJson(String, Class<T>) - Method in class org.mini2Dx.core.serialization.JsonSerializer
-
Reads a JSON document and converts it into an object of the specified type
- fromXml(String, Class<T>) - Method in class org.mini2Dx.android.serialization.AndroidXmlSerializer
-
- fromXml(Reader, Class<T>) - Method in class org.mini2Dx.android.serialization.AndroidXmlSerializer
-
- fromXml(String, Class<T>) - Method in interface org.mini2Dx.core.serialization.XmlSerializer
-
Reads a XML document and converts it into an object of the specified type
- fromXml(Reader, Class<T>) - Method in interface org.mini2Dx.core.serialization.XmlSerializer
-
Reads an XML document from a Reader
and converts it into an object of the specified type
- fromXml(String, Class<T>) - Method in class org.mini2Dx.desktop.serialization.DesktopXmlSerializer
-
- fromXml(Reader, Class<T>) - Method in class org.mini2Dx.desktop.serialization.DesktopXmlSerializer
-
- fromXml(String, Class<T>) - Method in class org.mini2Dx.ios.serialization.IOSXmlSerializer
-
- fromXml(Reader, Class<T>) - Method in class org.mini2Dx.ios.serialization.IOSXmlSerializer
-
- GameContainer - Class in org.mini2Dx.core.game
-
Base class for mini2Dx game containers.
- GameContainer() - Constructor for class org.mini2Dx.core.game.GameContainer
-
- gameIdentifier - Static variable in class org.mini2Dx.core.Mdx
-
This game's unique identifier for app stores
- GameScreen - Interface in org.mini2Dx.core.screen
-
A common interface to game screen implementations
- get(Object) - Method in class org.mini2Dx.core.di.injection.PrototypeInjectionMap
-
- getBackgroundColor() - Method in class org.mini2Dx.core.graphics.Graphics
-
Returns the background Color
- getBackgroundColor() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the background Color
of the map
- getBean(Class<T>) - Method in class org.mini2Dx.core.di.DependencyInjection
-
- getCenterX() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the x coordinate of the center of this
Rectangle
- getCenterY() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the y coordinate of the center of this
Rectangle
- getCircleTexture(Color, int, int) - Method in class org.mini2Dx.core.graphics.ShapeTextureCache
-
Returns a circle texture for the provided Color
- getClassKey(Class<T>) - Static method in class org.mini2Dx.core.di.bean.Bean
-
Returns the key to be used for a given Class
- getColor() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the Color
tint applied to each frame
- getColor() - Method in class org.mini2Dx.core.graphics.Graphics
-
Returns the Color
to draw shapes with
- getCurrentFrame() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the T
of the current frame
- getCurrentFrameIndex() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the index of the current frame
- getCurrentHeight() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getCurrentWidth() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getDistanceTo(Positionable) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getDistanceTo(Positionable) - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getDistanceTo(Positionable) - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
- getDistanceTo(Positionable) - Method in interface org.mini2Dx.core.engine.Positionable
-
Returns this distance between this object's x,y coordinates and the
provided
Positionable
's xy coordinates
- getDistanceTo(Point) - Method in class org.mini2Dx.core.geom.Circle
-
- getDistanceTo(float, float) - Method in class org.mini2Dx.core.geom.Circle
-
- getDistanceTo(Point) - Method in class org.mini2Dx.core.geom.Point
-
- getDistanceTo(float, float) - Method in class org.mini2Dx.core.geom.Point
-
- getDistanceTo(Point) - Method in class org.mini2Dx.core.geom.Rectangle
-
- getDistanceTo(float, float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- getElementLimitPerQuad() - Method in class org.mini2Dx.core.collisions.Quad
-
- getElements() - Method in class org.mini2Dx.core.collisions.Quad
-
- getElements() - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- getElementsIntersectingLineSegment(LineSegment) - Method in class org.mini2Dx.core.collisions.Quad
-
- getElementsIntersectingLineSegment(Collection<T>, LineSegment) - Method in class org.mini2Dx.core.collisions.Quad
-
- getElementsIntersectingLineSegment(LineSegment) - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- getElementsIntersectingLineSegment(Collection<T>, LineSegment) - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- getElementsWithinRegion(Parallelogram) - Method in class org.mini2Dx.core.collisions.Quad
-
- getElementsWithinRegion(Collection<T>, Parallelogram) - Method in class org.mini2Dx.core.collisions.Quad
-
- getElementsWithinRegion(Parallelogram) - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- getElementsWithinRegion(Collection<T>, Parallelogram) - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- getEmitters() - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- getFilledCircleTexture(Color, int) - Method in class org.mini2Dx.core.graphics.ShapeTextureCache
-
Returns a filled circular texture for the provided Color
- getFilledRectangleTexture(Color) - Method in class org.mini2Dx.core.graphics.ShapeTextureCache
-
Returns a filled rectangular texture for the provided Color
- getFirstGid() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the first GID.
- getFlipX() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the flipX of the current frame
- getFlipY() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the flipY of the current frame
- getFont() - Method in class org.mini2Dx.core.graphics.Graphics
-
Returns the BitmapFont
to draw String
s with
- getFrame(int) - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the frame at a given index
- getGameScreen(int) - Method in class org.mini2Dx.core.screen.BasicScreenManager
-
- getGameScreen(int) - Method in interface org.mini2Dx.core.screen.ScreenManager
-
- getGid() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the GID of this object
- getHeight() - Method in class org.mini2Dx.core.game.GameContainer
-
- getHeight() - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Returns the height of the shape
- getHeight() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the height of the map in tiles
- getHeight() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the height of this object in pixels
- getHeight() - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Returns the height of the group in tiles
- getHeight() - Method in class org.mini2Dx.tiled.TileLayer
-
- getHeight() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the height of this tileset in pixels
- getHeightInTiles() - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- getHeightInTiles() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the height of this tileset in tiles
- getId() - Method in interface org.mini2Dx.core.screen.GameScreen
-
Returns the identifier of the screen
- getIndex() - Method in class org.mini2Dx.tiled.TileLayer
-
Returns the index in the
TiledMap
of this layer
- getInitialScreenId() - Method in class org.mini2Dx.core.game.ScreenBasedGame
-
Returns the identifier of the
GameScreen
that should be shown
when the game starts
- getInjectionResult(ExecutorService) - Method in class org.mini2Dx.core.di.injection.BeanInjector
-
- getInstance() - Method in class org.mini2Dx.core.di.bean.Bean
-
- getInstance() - Method in class org.mini2Dx.core.di.bean.PrototypeBean
-
- getInstance() - Method in class org.mini2Dx.core.di.bean.SingletonBean
-
- getIntersection(LineSegment) - Method in class org.mini2Dx.core.geom.LineSegment
-
Returns the point at which this
LineSegment
intersects with
another
- getLayerIndex(String) - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the index of the
TileLayer
with the given name
- getLineHeight() - Method in class org.mini2Dx.core.graphics.Graphics
-
Returns the line height used
- getMargin() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the margin at the borders of the tileset
- getMaxX() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getMaxX() - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Returns the greatest x coordinate of this shape
- getMaxX() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the greatest x coordinate this
Rectangle
- getMaxY() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getMaxY() - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Returns the greatest y coordinate of this shape
- getMaxY() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the greatest y coordinate this
Rectangle
- getMinX() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getMinX() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the least x coordinate this
Rectangle
- getMinY() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getMinY() - Method in class org.mini2Dx.core.geom.Rectangle
-
Returns the least y coordinate this
Rectangle
- getName() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the name of this object
- getName() - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Returns the name of this group
- getName() - Method in class org.mini2Dx.tiled.TileLayer
-
Returns the name of this layer
- getName() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the name of this tileset
- getNumberOfElements(T[]) - Static method in class org.mini2Dx.core.screen.util.ArrayUtils
-
Counts non-null elements in an array
- getNumberOfFrames() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the total number of frames in this animation
- getNumberOfSides() - Method in class org.mini2Dx.core.geom.Circle
-
- getNumberOfSides() - Method in class org.mini2Dx.core.geom.Rectangle
-
- getNumberOfSides() - Method in interface org.mini2Dx.core.geom.Shape
-
- getObjectGroup(String) - Method in class org.mini2Dx.tiled.TiledMap
-
- getObjectGroups() - Method in class org.mini2Dx.tiled.TiledMap
-
- getObjects() - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Returns the objects within this group
- getOrientation() - Method in class org.mini2Dx.tiled.TiledMap
-
- getOriginX() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the origin X coordinate to be applied to each frame
- getOriginY() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the origin Y coordinate to be applied to each frame
- getOs() - Static method in class org.mini2Dx.core.util.OsDetector
-
- getParent() - Method in class org.mini2Dx.core.collisions.Quad
-
- getPointA() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getPointB() - Method in class org.mini2Dx.core.geom.LineSegment
-
- getPolygon() - Method in class org.mini2Dx.tiled.TiledObject
-
- getPolyline() - Method in class org.mini2Dx.tiled.TiledObject
-
- getPreviousRadius() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getPreviousX() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getPreviousY() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getProjectionMatrix() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getProperty(String) - Method in class org.mini2Dx.tiled.Tile
-
Returns the value of a specified property
- getProperty(String) - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the value of a specified property
- getProperty(String) - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the value of a specified property
- getProperty(String) - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Returns the value of a specified property
- getProperty(String) - Method in class org.mini2Dx.tiled.TileLayer
-
Returns the value of a specified property
- getProperty(String) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the value of a specified property
- getPrototypeClasses() - Method in class org.mini2Dx.android.di.AndroidComponentScanner
-
- getPrototypeClasses() - Method in interface org.mini2Dx.core.di.ComponentScanner
-
- getPrototypeClasses() - Method in class org.mini2Dx.desktop.di.DesktopComponentScanner
-
- getPrototypeClasses() - Method in class org.mini2Dx.ios.di.IOSComponentScanner
-
- getRadius() - Method in class org.mini2Dx.core.geom.Circle
-
- getRectangleTexture(Color, int, int, int) - Method in class org.mini2Dx.core.graphics.ShapeTextureCache
-
Returns a rectangular texture for the provided Color
- getRenderHeight() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getRenderRadius() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getRenderRotation() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getRenderWidth() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getRenderX() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getRenderX() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getRenderX() - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
- getRenderY() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- getRenderY() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- getRenderY() - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
- getRotation() - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Returns the current rotation of the shape in degrees
- getRotation() - Method in class org.mini2Dx.core.geom.Rectangle
-
- getRotation() - Method in class org.mini2Dx.core.graphics.Animation
-
Returns the rotation of all frames
- getRotation() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getRotationX() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getRotationY() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getSaveDirectory() - Method in class org.mini2Dx.desktop.playerdata.DesktopPlayerData
-
- getScaleX() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getScaleY() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getSingletonClasses() - Method in class org.mini2Dx.android.di.AndroidComponentScanner
-
- getSingletonClasses() - Method in interface org.mini2Dx.core.di.ComponentScanner
-
- getSingletonClasses() - Method in class org.mini2Dx.desktop.di.DesktopComponentScanner
-
- getSingletonClasses() - Method in class org.mini2Dx.ios.di.IOSComponentScanner
-
- getSpacing() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the internal spacing between each tile
- getStartTileX() - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- getStartTileY() - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- getTile(int) - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the
Tile
for the given tile ID
- getTile(int) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the
Tile
for a given tile id
- getTile(int, int) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the
Tile
for a given tile coordinate on the tileset
- getTileHeight() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the height of tiles in pixels
- getTileHeight() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the height of each tile in pixels
- getTileId() - Method in class org.mini2Dx.tiled.Tile
-
- getTileId(int, int) - Method in class org.mini2Dx.tiled.TileLayer
-
Returns the tile id at a given coordinate on the layer
- getTileId(int, int) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the tile ID for a given tile within this tileset
- getTileImage() - Method in class org.mini2Dx.tiled.Tile
-
- getTileLayer(String) - Method in class org.mini2Dx.tiled.TiledMap
-
- getTileLayers() - Method in class org.mini2Dx.tiled.TiledMap
-
- getTilesetImagePath() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the relative path of the tileset image
- getTilesets() - Method in class org.mini2Dx.tiled.TiledMap
-
- getTileWidth() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the width of tiles in pixels
- getTileWidth() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the width of each tile in pixels
- getTileX(int) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the x coordinate of a tile within this tileset
- getTileY(int) - Method in class org.mini2Dx.tiled.Tileset
-
Returns the y coordinate of a tile within this tileset
- getTint() - Method in class org.mini2Dx.core.graphics.Graphics
-
Returns the Color
tint being applied to all draw operations
- getTotalQuads() - Method in class org.mini2Dx.core.collisions.Quad
-
- getTotalTilesetsLoaded() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the total amount of
Tileset
s loaded
- getTranslationX() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getTranslationY() - Method in class org.mini2Dx.core.graphics.Graphics
-
- getTransparentColorValue() - Method in class org.mini2Dx.tiled.Tileset
-
- getType() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the type of this object
- getWidth() - Method in class org.mini2Dx.core.game.GameContainer
-
- getWidth() - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Returns the width of the shape
- getWidth() - Method in class org.mini2Dx.tiled.TiledMap
-
Returns the width of the map in tiles
- getWidth() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the width of this object in pixels
- getWidth() - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Returns the width of the group in tiles
- getWidth() - Method in class org.mini2Dx.tiled.TileLayer
-
- getWidth() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the width of this tileset in pixels
- getWidthInTiles() - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- getWidthInTiles() - Method in class org.mini2Dx.tiled.Tileset
-
Returns the width of this tileset in tiles
- getX() - Method in interface org.mini2Dx.core.engine.Positionable
-
Returns the x coordinate of this object
- getX() - Method in class org.mini2Dx.core.geom.Circle
-
- getX() - Method in class org.mini2Dx.core.geom.Point
-
- getX() - Method in interface org.mini2Dx.core.geom.Shape
-
Returns the x coordinate of this object
- getX() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the x coordinate of this object in pixels
- getY() - Method in interface org.mini2Dx.core.engine.Positionable
-
Returns the y coordinate of this object
- getY() - Method in class org.mini2Dx.core.geom.Circle
-
- getY() - Method in class org.mini2Dx.core.geom.Point
-
- getY() - Method in interface org.mini2Dx.core.geom.Shape
-
Returns the y coordinate of this object
- getY() - Method in class org.mini2Dx.tiled.TiledObject
-
Returns the y coordinate of this object in pixels
- graphics - Variable in class org.mini2Dx.core.game.GameContainer
-
- Graphics - Class in org.mini2Dx.core.graphics
-
Implements graphics rendering functionality
- Graphics(SpriteBatch, ShapeRenderer) - Constructor for class org.mini2Dx.core.graphics.Graphics
-
- Parallelogram - Interface in org.mini2Dx.core.geom
-
A common interface for parallelogram implementations
- parent - Variable in class org.mini2Dx.core.collisions.Quad
-
- parse(FileHandle) - Method in class org.mini2Dx.tiled.TiledParser
-
- ParticleEffect - Class in org.mini2Dx.core.graphics
-
Wraps ParticleEffect
to match mini2Dx's
design
- ParticleEffect() - Constructor for class org.mini2Dx.core.graphics.ParticleEffect
-
- ParticleEffect(ParticleEffect) - Constructor for class org.mini2Dx.core.graphics.ParticleEffect
-
- ParticleEffectPool - Class in org.mini2Dx.core.graphics
-
- ParticleEffectPool(ParticleEffect, int, int) - Constructor for class org.mini2Dx.core.graphics.ParticleEffectPool
-
- pause() - Method in class org.mini2Dx.core.game.GameContainer
-
- play() - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
Starts playing the loop
- playerData - Static variable in class org.mini2Dx.core.Mdx
-
Interface for reading/writing player data, e.g.
- PlayerData - Interface in org.mini2Dx.core.playerdata
-
Common interface for reading/writing player data, e.g.
- PlayerDataException - Exception in org.mini2Dx.core.playerdata
-
Thrown when an error occurs during
PlayerData
operations
- PlayerDataException(String) - Constructor for exception org.mini2Dx.core.playerdata.PlayerDataException
-
- PlayerDataException(Exception) - Constructor for exception org.mini2Dx.core.playerdata.PlayerDataException
-
- Point - Class in org.mini2Dx.core.geom
-
Extends Vector2
with some utility methods
- Point() - Constructor for class org.mini2Dx.core.geom.Point
-
- Point(float, float) - Constructor for class org.mini2Dx.core.geom.Point
-
- Point(Point) - Constructor for class org.mini2Dx.core.geom.Point
-
- pointA - Variable in class org.mini2Dx.core.geom.LineSegment
-
- pointB - Variable in class org.mini2Dx.core.geom.LineSegment
-
- PooledParticleEffect - Class in org.mini2Dx.core.graphics
-
- PooledParticleEffect(ParticleEffectPool, ParticleEffect) - Constructor for class org.mini2Dx.core.graphics.PooledParticleEffect
-
- Positionable - Interface in org.mini2Dx.core.engine
-
A common interface for objects that can be positioned with an x and y
coordinate
- positionChanged(T) - Method in class org.mini2Dx.core.collisions.Quad
-
- positionChanged(T) - Method in class org.mini2Dx.core.collisions.RegionQuad
-
- positionChanged(T) - Method in interface org.mini2Dx.core.engine.PositionChangeListener
-
- PositionChangeListener<T extends Positionable> - Interface in org.mini2Dx.core.engine
-
A common interface for implementing position listeners
- postinit() - Method in class org.mini2Dx.core.game.GameContainer
-
Internal post-initialisation code
- postinit() - Method in class org.mini2Dx.core.game.ScreenBasedGame
-
- postRender() - Method in class org.mini2Dx.core.graphics.Graphics
-
Called by mini2Dx after rendering
- postRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.FadeInTransition
-
- postRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.FadeOutTransition
-
- postRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.NullTransition
-
- postRender(GameContainer, Graphics) - Method in interface org.mini2Dx.core.screen.Transition
-
- postTransitionIn(Transition) - Method in class org.mini2Dx.core.screen.BasicGameScreen
-
- postTransitionIn(Transition) - Method in interface org.mini2Dx.core.screen.GameScreen
-
Called after the transition in
- postTransitionOut(Transition) - Method in class org.mini2Dx.core.screen.BasicGameScreen
-
- postTransitionOut(Transition) - Method in interface org.mini2Dx.core.screen.GameScreen
-
Called after the transition out
- preinit() - Method in class org.mini2Dx.core.game.BasicGame
-
- preinit() - Method in class org.mini2Dx.core.game.GameContainer
-
Internal pre-initialisation code
- preinit() - Method in class org.mini2Dx.core.game.ScreenBasedGame
-
- preLayerRendered(Graphics, TileLayer, int, int, int, int) - Method in class org.mini2Dx.tiled.TiledMap
-
Developers can override this method which is called before a layer is
rendered
To prevent the layer from rendering, return false from this method.
- preRender(int, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Called by mini2Dx before rendering begins
- preRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.FadeInTransition
-
- preRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.FadeOutTransition
-
- preRender(GameContainer, Graphics) - Method in class org.mini2Dx.core.screen.transition.NullTransition
-
- preRender(GameContainer, Graphics) - Method in interface org.mini2Dx.core.screen.Transition
-
- preTransitionIn(Transition) - Method in class org.mini2Dx.core.screen.BasicGameScreen
-
- preTransitionIn(Transition) - Method in interface org.mini2Dx.core.screen.GameScreen
-
Called before the transition in
- preTransitionOut(Transition) - Method in class org.mini2Dx.core.screen.BasicGameScreen
-
- preTransitionOut(Transition) - Method in interface org.mini2Dx.core.screen.GameScreen
-
Called before the transition out
- preUpdate() - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
This method needs to be called at the start of each frame
before any changes are made to this object
- preUpdate() - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
This method needs to be called at the start of each frame
before any changes are made to this object
- preUpdate() - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
This method needs to be called at the start of each frame
before any changes are made to this object
- Prototype - Annotation Type in org.mini2Dx.core.di.annotation
-
- PrototypeBean - Class in org.mini2Dx.core.di.bean
-
- PrototypeBean(Object, ExecutorService) - Constructor for class org.mini2Dx.core.di.bean.PrototypeBean
-
- PrototypeInjectionMap - Class in org.mini2Dx.core.di.injection
-
An implementation of Map
that produces prototypes when get() is called
- PrototypeInjectionMap(Map<String, Object>) - Constructor for class org.mini2Dx.core.di.injection.PrototypeInjectionMap
-
- put(String, Object) - Method in class org.mini2Dx.core.di.injection.PrototypeInjectionMap
-
- putAll(Map<? extends String, ? extends Object>) - Method in class org.mini2Dx.core.di.injection.PrototypeInjectionMap
-
- save(Writer) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- scale(float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Scales the canvas
- scaleEffect(float) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- scan(String[]) - Method in class org.mini2Dx.android.di.AndroidComponentScanner
-
- scan(String[]) - Method in interface org.mini2Dx.core.di.ComponentScanner
-
- scan(String...) - Method in class org.mini2Dx.core.di.DependencyInjection
-
- scan(String[]) - Method in class org.mini2Dx.desktop.di.DesktopComponentScanner
-
- scan(String[]) - Method in class org.mini2Dx.ios.di.IOSComponentScanner
-
- ScreenBasedGame - Class in org.mini2Dx.core.game
-
- ScreenBasedGame() - Constructor for class org.mini2Dx.core.game.ScreenBasedGame
-
- ScreenManager<T extends GameScreen> - Interface in org.mini2Dx.core.screen
-
- scrolled(int) - Method in class org.mini2Dx.core.game.BasicGame
-
- SerializationException - Exception in org.mini2Dx.core.serialization
-
An exception thrown during serialization
- SerializationException(String) - Constructor for exception org.mini2Dx.core.serialization.SerializationException
-
- SerializationException(Exception) - Constructor for exception org.mini2Dx.core.serialization.SerializationException
-
- set(float, float, float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- set(Rectangle) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- set(Rectangle) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- set(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
- set(Circle) - Method in class org.mini2Dx.core.geom.Circle
-
- set(float, float, float, float) - Method in class org.mini2Dx.core.geom.LineSegment
-
Sets the coordinates of point A and point B
- set(Vector2) - Method in class org.mini2Dx.core.geom.Point
-
- set(float, float, float, float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- set(Rectangle) - Method in class org.mini2Dx.core.geom.Rectangle
-
- set(Rectangle) - Method in class org.mini2Dx.core.geom.Rectangle
-
- set(int, int, int, int) - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- setBackgroundColor(Color) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the background Color
to be used
- setBlendFunction(int, int) - Method in class org.mini2Dx.core.graphics.Graphics
-
- setCenter(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- setCenter(float, float) - Method in class org.mini2Dx.core.geom.Circle
-
- setClip(float, float, float, float) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the graphics context clip.
- setClip(Rectangle) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the graphics context clip.
- setColor(Color) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the Color
tint applied to each frame
- setColor(float, float, float, float) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the Color
tint applied to each frame
- setColor(Color) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the Color
to draw shapes with
- setDuration(int) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- setEmittersCleanUpBlendFunction(boolean) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- setFlip(boolean, boolean) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- setFlipX(boolean) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the flipX to the current frame
- setFlipY(boolean) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the flipY to the current frame
- setFont(BitmapFont) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the BitmapFont
to draw String
s with
- setGid(int) - Method in class org.mini2Dx.tiled.TiledObject
-
Sets the GID of this object
- setHeight(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setHeight(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setHeight(int) - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Sets the height of the group in tiles
- setHeightInTiles(int) - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- setIndex(int) - Method in class org.mini2Dx.tiled.TileLayer
-
Sets the index in the
TiledMap
of this layer
- setLineHeight(int) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the line height to be used
- setLooping(boolean) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets if the animation should loop
- setName(String) - Method in class org.mini2Dx.tiled.TiledObject
-
Sets the name of this object
- setName(String) - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Sets the name of this group
- setName(String) - Method in class org.mini2Dx.tiled.TileLayer
-
Sets the name of this layer
- setName(String) - Method in class org.mini2Dx.tiled.Tileset
-
Sets the name of this tileset
- setOriginX(float) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the origin X coordinate to be applied to each frame
- setOriginY(float) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the origin Y coordinate to be applied to each frame
- setPointA(Point) - Method in class org.mini2Dx.core.geom.LineSegment
-
- setPointB(Point) - Method in class org.mini2Dx.core.geom.LineSegment
-
- setPolygon(String) - Method in class org.mini2Dx.tiled.TiledObject
-
- setPolyline(String) - Method in class org.mini2Dx.tiled.TiledObject
-
- setPosition(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setPosition(Vector2) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setPosition(float, float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setPosition(Vector2) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setPosition(float, float) - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- setProperty(String, String) - Method in class org.mini2Dx.tiled.Tile
-
Sets the value of a specified property
- setProperty(String, String) - Method in class org.mini2Dx.tiled.TiledMap
-
Sets the value of a specified property
- setProperty(String, String) - Method in class org.mini2Dx.tiled.TiledObject
-
Sets the value of a specified property
- setProperty(String, String) - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Sets the value of a specified property
- setProperty(String, String) - Method in class org.mini2Dx.tiled.TileLayer
-
Sets the value of a specified property
- setProperty(String, String) - Method in class org.mini2Dx.tiled.Tileset
-
Sets the value of a specified property
- setRadius(float) - Method in class org.mini2Dx.core.geom.Circle
-
- setRotation(float) - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Sets the current rotation of the shape around its top-left corner
Note: Rotates around the top-left corner
- setRotation(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setRotation(float) - Method in class org.mini2Dx.core.graphics.Animation
-
Sets the rotation of all frames
- setRotationAround(Point, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setRotationAround(Point, float) - Method in interface org.mini2Dx.core.geom.Parallelogram
-
Sets the current rotation of the shape around a center point
- setRotationAround(Point, float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setShaderProgram(ShaderProgram) - Method in class org.mini2Dx.core.graphics.Graphics
-
Applies a ShaderProgram
to this instance
- setSize(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setSize(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setSize(float, float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setSize(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setStartTileX(int) - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- setStartTileY(int) - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- setTileId(int) - Method in class org.mini2Dx.tiled.Tile
-
- setTileId(int, int, int) - Method in class org.mini2Dx.tiled.TileLayer
-
Sets the tile id at a given coordinate on the layer
- setTileImage(TextureRegion) - Method in class org.mini2Dx.tiled.Tile
-
- setTileLayerRenderer(TileLayerRenderer) - Method in class org.mini2Dx.tiled.TiledMap
-
- setTilesetImagePath(String) - Method in class org.mini2Dx.tiled.Tileset
-
Sets the relative path of the tileset image
- setTint(Color) - Method in class org.mini2Dx.core.graphics.Graphics
-
Sets the Color
to apply to draw operations
- setTransparentColorValue(String) - Method in class org.mini2Dx.tiled.Tileset
-
- setType(String) - Method in class org.mini2Dx.tiled.TiledObject
-
Sets the type of this object
- setVisible(boolean) - Method in class org.mini2Dx.tiled.TiledObject
-
- setVisible(boolean) - Method in class org.mini2Dx.tiled.TileLayer
-
- setVolume(float) - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
- setWidth(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setWidth(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setWidth(int) - Method in class org.mini2Dx.tiled.TiledObjectGroup
-
Sets the width of the group in tiles
- setWidthInTiles(int) - Method in class org.mini2Dx.tiled.renderer.TiledMapRenderArea
-
- setX(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setX(float) - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- setX(float) - Method in class org.mini2Dx.core.geom.Circle
-
- setX(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- setY(float) - Method in class org.mini2Dx.core.engine.geom.CollisionBox
-
- setY(float) - Method in class org.mini2Dx.core.engine.geom.CollisionCircle
-
- setY(float) - Method in class org.mini2Dx.core.geom.Circle
-
- setY(float) - Method in class org.mini2Dx.core.geom.Rectangle
-
- Shape - Interface in org.mini2Dx.core.geom
-
A common interface for shapes
- shapeRenderer - Variable in class org.mini2Dx.core.game.GameContainer
-
- ShapeTextureCache - Class in org.mini2Dx.core.graphics
-
Implements a cache of textures for shapes
- ShapeTextureCache() - Constructor for class org.mini2Dx.core.graphics.ShapeTextureCache
-
Constructor
- show() - Method in class org.mini2Dx.core.game.GameContainer
-
- shutdown() - Method in class org.mini2Dx.core.di.DependencyInjection
-
- Singleton - Annotation Type in org.mini2Dx.core.di.annotation
-
- SingletonBean - Class in org.mini2Dx.core.di.bean
-
- SingletonBean(Object) - Constructor for class org.mini2Dx.core.di.bean.SingletonBean
-
- size() - Method in class org.mini2Dx.core.di.injection.PrototypeInjectionMap
-
- Sprite - Class in org.mini2Dx.core.graphics
-
Wraps Sprite
to auto-flip
Texture
s due to mini2Dx placing its origin in the top-left
corner rather than the bottom-left corner like LibGDX
- Sprite() - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates an uninitialized sprite.
- Sprite(Texture) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite with width, height, and texture region equal to the size
of the texture.
- Sprite(Texture, int, int) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite with width, height, and texture region equal to the
specified size.
- Sprite(Texture, int, int, int, int) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite with width, height, and texture region equal to the
specified size.
- Sprite(TextureRegion) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite based on a specific TextureRegion, the new sprite's
region is a copy of the parameter region - altering one does not affect
the other
- Sprite(TextureRegion, int, int, int, int) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite with width, height, and texture region equal to the
specified size, relative to specified sprite's texture region.
- Sprite(Sprite) - Constructor for class org.mini2Dx.core.graphics.Sprite
-
Creates a sprite that is a copy in every way of the specified sprite.
- spriteBatch - Variable in class org.mini2Dx.core.game.GameContainer
-
- start() - Method in class org.mini2Dx.core.graphics.ParticleEffect
-
- stop() - Method in class org.mini2Dx.core.audio.CrossFadingMusicLoop
-
Stops playing the loop
- sub(float, float) - Method in class org.mini2Dx.core.engine.geom.CollisionPoint
-
- sub(Vector2) - Method in class org.mini2Dx.core.geom.Point
-
- subdivide() - Method in class org.mini2Dx.core.collisions.Quad
-
- subdivide() - Method in class org.mini2Dx.core.collisions.RegionQuad
-