Uses of Class
org.jbox2d.common.Color3f

Packages that use Color3f
org.jbox2d.dynamics This package handles non-collision aspects of simulation. 
org.jbox2d.testbed The JBox2d 2.0 testbed, implemented using Processing
 

Uses of Color3f in org.jbox2d.dynamics
 

Methods in org.jbox2d.dynamics with parameters of type Color3f
abstract  void DebugDraw.drawCircle(Vec2 center, float radius, Color3f color)
           
abstract  void DebugDraw.drawPoint(Vec2 position, float f, Color3f color3f)
           
abstract  void DebugDraw.drawPolygon(Vec2[] vertices, int vertexCount, Color3f color)
           
abstract  void DebugDraw.drawSegment(Vec2 p1, Vec2 p2, Color3f color)
           
 void World.drawShape(Shape shape, XForm xf, Color3f color, boolean core)
          For internal use
abstract  void DebugDraw.drawSolidCircle(Vec2 center, float radius, Vec2 axis, Color3f color)
           
abstract  void DebugDraw.drawSolidPolygon(Vec2[] vertices, int vertexCount, Color3f color)
           
abstract  void DebugDraw.drawString(float x, float y, java.lang.String s, Color3f color)
           
 

Uses of Color3f in org.jbox2d.testbed
 

Fields in org.jbox2d.testbed declared as Color3f
static Color3f AbstractExample.black
           
static Color3f AbstractExample.blue
           
static Color3f AbstractExample.gray
           
static Color3f AbstractExample.green
           
static Color3f AbstractExample.red
           
static Color3f AbstractExample.white
           
 

Methods in org.jbox2d.testbed with parameters of type Color3f
 void ProcessingDebugDraw.drawCircle(Vec2 center, float radius, Color3f color)
           
 void ProcessingDebugDraw.drawPoint(Vec2 position, float f, Color3f color)
           
 void ProcessingDebugDraw.drawPolygon(Vec2[] vertices, int vertexCount, Color3f color)
           
 void ProcessingDebugDraw.drawSegment(Vec2 p1, Vec2 p2, Color3f color)
           
 void ProcessingDebugDraw.drawSolidCircle(Vec2 center, float radius, Vec2 axis, Color3f color)
           
 void ProcessingDebugDraw.drawSolidPolygon(Vec2[] vertices, int vertexCount, Color3f color)
           
 void ProcessingDebugDraw.drawString(float x, float y, java.lang.String s, Color3f color)