Uses of Class
org.jbox2d.common.Color3f
Packages that use Color3f
Package
Description
Callback interfaces and data types used to observe and customize JBox2D
collision, contact, query, ray-cast, and destruction events.
The Common module contains settings, memory management, and vector math.
Particle simulation types for creating, grouping, updating, and querying
particles alongside rigid bodies.
Java 2D rendering implementation for the JBox2D testbed framework.
-
Uses of Color3f in org.jbox2d.callbacks
Methods in org.jbox2d.callbacks with parameters of type Color3fModifier and TypeMethodDescriptionabstract voidDebugDraw.drawCircle(Vec2 center, float radius, Color3f color) Draw a circle.voidDebugDraw.drawCircle(Vec2 center, float radius, Vec2 axis, Color3f color) Draws a circle with an axisabstract voidvoidDebugDraw.drawPolygon(Vec2[] vertices, int vertexCount, Color3f color) Draw a closed polygon provided in CCW order.abstract voidDebugDraw.drawSegment(Vec2 p1, Vec2 p2, Color3f color) Draw a line segment.abstract voidDebugDraw.drawSolidCircle(Vec2 center, float radius, Vec2 axis, Color3f color) Draw a solid circle.abstract voidDebugDraw.drawSolidPolygon(Vec2[] vertices, int vertexCount, Color3f color) Draw a solid closed polygon provided in CCW order.abstract voidDebugDraw.drawString(float x, float y, String s, Color3f color) Draw a string.voidDebugDraw.drawString(Vec2 pos, String s, Color3f color) -
Uses of Color3f in org.jbox2d.common
Fields in org.jbox2d.common declared as Color3fModifier and TypeFieldDescriptionstatic final Color3fColor3f.BLACKstatic final Color3fColor3f.BLUEstatic final Color3fColor3f.GREENstatic final Color3fColor3f.REDstatic final Color3fColor3f.WHITEMethods in org.jbox2d.common with parameters of type Color3f -
Uses of Color3f in org.jbox2d.particle
Methods in org.jbox2d.particle with parameters of type Color3fConstructors in org.jbox2d.particle with parameters of type Color3f -
Uses of Color3f in org.jbox2d.testbed.framework.j2d
Methods in org.jbox2d.testbed.framework.j2d with parameters of type Color3fModifier and TypeMethodDescriptionvoidvoidDebugDrawJ2D.drawCircle(Vec2 center, float radius, Color3f color) voidDebugDrawJ2D.drawCircle(Vec2 center, float radius, Vec2 axis, Color3f color) voidvoidDebugDrawJ2D.drawPolygon(Vec2[] vertices, int vertexCount, Color3f color) voidDebugDrawJ2D.drawSegment(Vec2 p1, Vec2 p2, Color3f color) voidDebugDrawJ2D.drawSolidCircle(Vec2 center, float radius, Vec2 axis, Color3f color) voidDebugDrawJ2D.drawSolidPolygon(Vec2[] vertices, int vertexCount, Color3f color) voidDebugDrawJ2D.drawString(float x, float y, String s, Color3f color)