Uses of Enum
org.jbox2d.testbed.framework.QueueItemType
Packages that use QueueItemType
-
Uses of QueueItemType in org.jbox2d.testbed.framework
Subclasses with type arguments of type QueueItemType in org.jbox2d.testbed.frameworkFields in org.jbox2d.testbed.framework declared as QueueItemTypeMethods in org.jbox2d.testbed.framework that return QueueItemTypeModifier and TypeMethodDescriptionstatic QueueItemTypeQueueItemType.valueOf(java.lang.String name) Returns the enum constant of this type with the specified name.static QueueItemType[]QueueItemType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jbox2d.testbed.framework with parameters of type QueueItemTypeModifierConstructorDescriptionQueueItem(QueueItemType t, char cr, int cd) QueueItem(QueueItemType t, Vec2 pt)