Class TestQueryCallback
java.lang.Object
org.jbox2d.testbed.framework.TestQueryCallback
- All Implemented Interfaces:
QueryCallback
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanreportFixture(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:QueryCallbackCalled for each fixture found in the query AABB.- Specified by:
reportFixturein interfaceQueryCallback- Parameters:
argFixture-- Returns:
- false to terminate the query.
-