Uses of Class
org.jbox2d.collision.shapes.Shape
-
Packages that use Shape Package Description org.jbox2d.collision org.jbox2d.collision.shapes org.jbox2d.dynamics org.jbox2d.serialization org.jbox2d.serialization.pb org.jbox2d.testbed.framework org.jbox2d.testbed.tests -
-
Uses of Shape in org.jbox2d.collision
Methods in org.jbox2d.collision with parameters of type Shape Modifier and Type Method Description void
Distance.DistanceProxy. set(Shape shape, int index)
Initialize the proxy using the given shape.boolean
Collision. testOverlap(Shape shapeA, int indexA, Shape shapeB, int indexB, Transform xfA, Transform xfB)
Determine if two generic shapes overlap. -
Uses of Shape in org.jbox2d.collision.shapes
Subclasses of Shape in org.jbox2d.collision.shapes Modifier and Type Class Description class
ChainShape
A chain shape is a free form sequence of line segments.class
CircleShape
A circle shape.class
EdgeShape
A line segment (edge) shape.class
PolygonShape
A convex polygon shape.Methods in org.jbox2d.collision.shapes that return Shape Modifier and Type Method Description Shape
ChainShape. clone()
Shape
CircleShape. clone()
Shape
EdgeShape. clone()
Shape
PolygonShape. clone()
abstract Shape
Shape. clone()
-
Uses of Shape in org.jbox2d.dynamics
Fields in org.jbox2d.dynamics declared as Shape Modifier and Type Field Description Shape
Fixture. m_shape
Shape
FixtureDef. shape
The shape, this must be set.Methods in org.jbox2d.dynamics that return Shape Modifier and Type Method Description Shape
Fixture. getShape()
Get the child shape.Methods in org.jbox2d.dynamics with parameters of type Shape Modifier and Type Method Description Fixture
Body. createFixture(Shape shape, float density)
Creates a fixture from a shape and attach it to this body. -
Uses of Shape in org.jbox2d.serialization
Methods in org.jbox2d.serialization that return Shape Modifier and Type Method Description Shape
JbDeserializer. deserializeShape(java.io.InputStream input)
Deserializes a shapeMethods in org.jbox2d.serialization with parameters of type Shape Modifier and Type Method Description java.lang.Long
JbSerializer.ObjectSigner. getTag(Shape shape)
void
JbDeserializer.ObjectListener. processShape(Shape shape, java.lang.Long tag)
SerializationResult
JbSerializer. serialize(Shape shape)
Serializes a shape -
Uses of Shape in org.jbox2d.serialization.pb
Methods in org.jbox2d.serialization.pb that return Shape Modifier and Type Method Description Shape
PbDeserializer. deserializeShape(java.io.InputStream argInput)
Shape
PbDeserializer. deserializeShape(Box2D.PbShape argShape)
Methods in org.jbox2d.serialization.pb with parameters of type Shape Modifier and Type Method Description SerializationResult
PbSerializer. serialize(Shape argShape)
Box2D.PbShape.Builder
PbSerializer. serializeShape(Shape argShape)
-
Uses of Shape in org.jbox2d.testbed.framework
Methods in org.jbox2d.testbed.framework with parameters of type Shape Modifier and Type Method Description java.lang.Long
SignerAdapter. getTag(Shape argShape)
java.lang.Long
TestbedTest. getTag(Shape shape)
void
ListenerAdapter. processShape(Shape argShape, java.lang.Long argTag)
void
TestbedTest. processShape(Shape shape, java.lang.Long tag)
-
Uses of Shape in org.jbox2d.testbed.tests
Fields in org.jbox2d.testbed.tests declared as Shape Modifier and Type Field Description (package private) Shape
ContinuousTest. nextShape
-