Class QueueItem

java.lang.Object
org.jbox2d.testbed.framework.QueueItem

class QueueItem extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    char
     
    int
     
     
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    QueueItem(QueueItemType t, char cr, int cd)
     
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • type

      public QueueItemType type
    • p

      public Vec2 p
    • c

      public char c
    • code

      public int code
  • Constructor Details