Package org.jbox2d.testbed.framework
Class TestQueryCallback
java.lang.Object
org.jbox2d.testbed.framework.TestQueryCallback
- All Implemented Interfaces:
QueryCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
reportFixture
(Fixture argFixture) Called for each fixture found in the query AABB.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
point
-
fixture
-
-
Constructor Details
-
TestQueryCallback
public TestQueryCallback()
-
-
Method Details
-
reportFixture
Description copied from interface:QueryCallback
Called for each fixture found in the query AABB.- Specified by:
reportFixture
in interfaceQueryCallback
- Parameters:
argFixture
-- Returns:
- false to terminate the query.
-