Uses of Class
org.jbox2d.common.Color3f
Packages that use Color3f
Package
Description
-
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.abstract 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, java.lang.String s, Color3f color) Draw a string.voidDebugDraw.drawString(Vec2 pos, java.lang.String s, Color3f color) -
Uses of Color3f in org.jbox2d.collision.broadphase
Fields in org.jbox2d.collision.broadphase declared as Color3f -
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.dynamics
Fields in org.jbox2d.dynamics declared as Color3fModifier and TypeFieldDescriptionprivate final Color3fWorld.colorprivate final Color3fWorld.liquidColorMethods in org.jbox2d.dynamics with parameters of type Color3f -
Uses of Color3f in org.jbox2d.testbed.framework
Fields in org.jbox2d.testbed.framework declared as 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) voidvoidDebugDrawJ2D.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, java.lang.String s, Color3f color) -
Uses of Color3f in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Color3f