|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Color3f | |
---|---|
org.jbox2d.callbacks | |
org.jbox2d.common |
Uses of Color3f in org.jbox2d.callbacks |
---|
Methods in org.jbox2d.callbacks with parameters of type Color3f | |
---|---|
abstract void |
DebugDraw.drawCircle(Vec2 center,
float radius,
Color3f color)
Draw a circle. |
abstract void |
DebugDraw.drawPoint(Vec2 argPoint,
float argRadiusOnScreen,
Color3f argColor)
|
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,
String s,
Color3f color)
Draw a string. |
void |
DebugDraw.drawString(Vec2 pos,
String s,
Color3f color)
|
Uses of Color3f in org.jbox2d.common |
---|
Fields in org.jbox2d.common declared as Color3f | |
---|---|
static Color3f |
Color3f.BLACK
|
static Color3f |
Color3f.BLUE
|
static Color3f |
Color3f.GREEN
|
static Color3f |
Color3f.RED
|
static Color3f |
Color3f.WHITE
|
Methods in org.jbox2d.common with parameters of type Color3f | |
---|---|
void |
Color3f.set(Color3f argColor)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |