| Package | Description |
|---|---|
| org.jbox2d.collision.shapes | |
| org.jbox2d.dynamics |
| Modifier and Type | Field and Description |
|---|---|
ShapeType |
Shape.m_type |
| Modifier and Type | Method and Description |
|---|---|
ShapeType |
Shape.getType()
Get the type of this shape.
|
static ShapeType |
ShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShapeType[] |
ShapeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Shape(ShapeType type) |
| Modifier and Type | Method and Description |
|---|---|
ShapeType |
Fixture.getType()
Get the type of the child shape.
|
Copyright © 2017. All Rights Reserved.