- calculateAngle(Point2D) - Method in class nl.colorize.multimedialib.math.Point2D
-
Returns the angle in degrees from this point towards the specified other
point.
- calculateDistance(Point2D) - Method in class nl.colorize.multimedialib.math.Point2D
-
Returns the distance between this point and the specified other point.
- ceiling(float) - Static method in class nl.colorize.multimedialib.math.MathUtils
-
- chance(float) - Static method in class nl.colorize.multimedialib.math.Rand
-
Generates a random number and compares it to a threshold value.
- changeScene(Scene) - Method in class nl.colorize.multimedialib.scene.SceneManager
-
- changeState(String) - Method in class nl.colorize.multimedialib.graphics.Sprite
-
- clamp(int, int, int) - Static method in class nl.colorize.multimedialib.math.MathUtils
-
- clamp(long, long, long) - Static method in class nl.colorize.multimedialib.math.MathUtils
-
- ColorRGB - Class in nl.colorize.multimedialib.graphics
-
Represents a color built out of red, green, and blue components.
- ColorRGB(int, int, int) - Constructor for class nl.colorize.multimedialib.graphics.ColorRGB
-
Creates a color from the specified red, green, and blue components.
- CommandLineTool - Class in nl.colorize.multimedialib.tool
-
Standard implementation for tools that provide a command line interface.
- CommandLineTool() - Constructor for class nl.colorize.multimedialib.tool.CommandLineTool
-
- contains(Point2D) - Method in class nl.colorize.multimedialib.math.Polygon
-
- contains(int, int) - Method in class nl.colorize.multimedialib.math.Polygon
-
- contains(Shape) - Method in class nl.colorize.multimedialib.math.Polygon
-
- contains(Point2D) - Method in class nl.colorize.multimedialib.math.Rect
-
- contains(int, int) - Method in class nl.colorize.multimedialib.math.Rect
-
- contains(Shape) - Method in class nl.colorize.multimedialib.math.Rect
-
- contains(int, int, int, int) - Method in class nl.colorize.multimedialib.math.Rect
-
- contains(Point2D) - Method in interface nl.colorize.multimedialib.math.Shape
-
Returns true if the specified point p is located within this shape.
- contains(int, int) - Method in interface nl.colorize.multimedialib.math.Shape
-
Returns true if the specified point is located within this shape.
- contains(Shape) - Method in interface nl.colorize.multimedialib.math.Shape
-
Returns true if the shape s is entirely located within this shape.
- contains(Animatable) - Method in class nl.colorize.multimedialib.scene.AnimatedScene
-
- containsSubImage(String) - Method in class nl.colorize.multimedialib.graphics.ImageAtlas
-
- convertToCanvasX(Rect, int) - Method in class nl.colorize.multimedialib.renderer.ScaleStrategy
-
- convertToCanvasY(Rect, int) - Method in class nl.colorize.multimedialib.renderer.ScaleStrategy
-
- convertToScreenX(Rect, int) - Method in class nl.colorize.multimedialib.renderer.ScaleStrategy
-
- convertToScreenY(Rect, int) - Method in class nl.colorize.multimedialib.renderer.ScaleStrategy
-
- create() - Method in class nl.colorize.multimedialib.renderer.libgdx.GDXRenderer
-
- createImageAtlas(Map<String, BufferedImage>, int) - Method in class nl.colorize.multimedialib.tool.ImageAtlasPacker
-
Creates an image atlas from the specified collection of images.