Package org.jbox2d.testbed.framework
Class SignerAdapter
java.lang.Object
org.jbox2d.testbed.framework.SignerAdapter
- All Implemented Interfaces:
JbSerializer.ObjectSigner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
delegate
-
-
Constructor Details
-
SignerAdapter
-
-
Method Details
-
getTag
- Specified by:
getTag
in interfaceJbSerializer.ObjectSigner
- Parameters:
argWorld
-- Returns:
- the tag for the world. can be null.
-
getTag
- Specified by:
getTag
in interfaceJbSerializer.ObjectSigner
- Parameters:
argBody
-- Returns:
- the tag for the body. can be null.
-
getTag
- Specified by:
getTag
in interfaceJbSerializer.ObjectSigner
- Parameters:
argShape
-- Returns:
- the tag for the shape. can be null.
-
getTag
- Specified by:
getTag
in interfaceJbSerializer.ObjectSigner
- Parameters:
argFixture
-- Returns:
- the tag for the fixture. can be null.
-
getTag
- Specified by:
getTag
in interfaceJbSerializer.ObjectSigner
- Parameters:
argJoint
-- Returns:
- the tag for the joint. can be null.
-