-
Classes Class Description nl.colorize.multimedialib.scene.MediaCache The functionality of this class has been replaced by theMediaManager, which serves a similar purpose, but allows to identify media by name instead of the underlying files(s).
-
Methods Method Description nl.colorize.multimedialib.graphics.SpriteSheet.getImage() nl.colorize.multimedialib.graphics.VirtualSpriteSheet.getImage() nl.colorize.multimedialib.renderer.Canvas.fixed(int, int) This method is not clear enough on how the canvas will behave at different aspect ratios. UseCanvas.zoomIn(int, int)orCanvas.zoomOut(int, int)instead to define an explicit zoom strategy.nl.colorize.multimedialib.renderer.InputDevice.requestTextInput(String, String) Although this method is necessary for the reasons outlined above, it does lead to user experience issues due to the mix of user interface elements provided by the renderer and those from the native platform.nl.colorize.multimedialib.scene.Application.getRenderer() There should be no need for scenes to interact with the renderer directly.nl.colorize.multimedialib.scene.Application.start(Renderer) UseApplication.start(Renderer, Scene)instead.