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 void
DebugDraw.drawCircle
(Vec2 center, float radius, Color3f color) Draw a circle.abstract void
void
DebugDraw.drawPolygon
(Vec2[] vertices, int vertexCount, Color3f color) Draw a closed polygon provided in CCW order.abstract void
DebugDraw.drawSegment
(Vec2 p1, Vec2 p2, Color3f color) Draw a line segment.abstract void
DebugDraw.drawSolidCircle
(Vec2 center, float radius, Vec2 axis, Color3f color) Draw a solid circle.abstract void
DebugDraw.drawSolidPolygon
(Vec2[] vertices, int vertexCount, Color3f color) Draw a solid closed polygon provided in CCW order.abstract void
DebugDraw.drawString
(float x, float y, java.lang.String s, Color3f color) Draw a string.void
DebugDraw.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 Color3f
Color3f.BLACK
static final Color3f
Color3f.BLUE
static final Color3f
Color3f.GREEN
static final Color3f
Color3f.RED
static final Color3f
Color3f.WHITE
Methods 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 Color3f
World.color
private final Color3f
World.liquidColor
Methods 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 TypeMethodDescriptionvoid
void
DebugDrawJ2D.drawCircle
(Vec2 center, float radius, Color3f color) void
void
DebugDrawJ2D.drawSegment
(Vec2 p1, Vec2 p2, Color3f color) void
DebugDrawJ2D.drawSolidCircle
(Vec2 center, float radius, Vec2 axis, Color3f color) void
DebugDrawJ2D.drawSolidPolygon
(Vec2[] vertices, int vertexCount, Color3f color) void
DebugDrawJ2D.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