Class WorldQueryWrapper

java.lang.Object
org.jbox2d.dynamics.WorldQueryWrapper
All Implemented Interfaces:
TreeCallback

class WorldQueryWrapper extends java.lang.Object implements TreeCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) BroadPhase
     
    (package private) QueryCallback
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    treeCallback(int nodeId)
    Callback from a query request.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • WorldQueryWrapper

      WorldQueryWrapper()
  • Method Details

    • treeCallback

      public boolean treeCallback(int nodeId)
      Description copied from interface: TreeCallback
      Callback from a query request.
      Specified by:
      treeCallback in interface TreeCallback
      Parameters:
      nodeId - the id of the proxy
      Returns:
      if the query should be continued