From 9d20024aa35cd7f923ebfc1ed9a2ffbf2731da70 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 5 Nov 2009 21:02:40 +0000 Subject: Initial import. --- doc/graphyx/tests/Test.html | 190 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 190 insertions(+) create mode 100644 doc/graphyx/tests/Test.html (limited to 'doc/graphyx/tests/Test.html') diff --git a/doc/graphyx/tests/Test.html b/doc/graphyx/tests/Test.html new file mode 100644 index 0000000..78cec07 --- /dev/null +++ b/doc/graphyx/tests/Test.html @@ -0,0 +1,190 @@ + + + trait Test in graphyx.tests + + + + + + + + + + + +
+ graphyx.tests +

+ trait Test +

+
+ [source: graphyx/tests/Test.scala] +

+
+
+ + + trait + Test +
+
extends AnyRef
+
+
Direct Known Subclasses:
+
BallStack, Chain, CompositeShape, Cup, EmptyTest, Friction, Friction2, General1, General2, Joints1, Joints2, Net, RagdollTest, Restitution, Stacking
+

+ + + + + + + + + + + + +
Value Summary
+ abstract val + + title + : java.lang.String + + +
+ abstract val + + world + : World + + +
+ + + + + + + + + + + + + + +
Method Summary
+ def + + fireEvent + : Unit + + +
+ abstract def + + init + : Unit + + +
+ override def + + toString + : java.lang.String + +
Returns a string representation of the object.
+
+ + +
+ Methods inherited from AnyRef +
+ getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized +
+ + +
+ Methods inherited from Any +
+ ==, !=, isInstanceOf, asInstanceOf +
+ + + + + + +
Value Details
+
+ + abstract + val + world : World +
+
+

+
+
+ + abstract + val + title : java.lang.String +
+
+

+ + +
Method Details
+
+ + abstract + def + init : Unit +
+
+

+
+
+ + + def + fireEvent : Unit +
+
+

+
+
+ + override + def + toString : java.lang.String +
+
+
+
Returns a string representation of the object. +

+ The default representation is platform dependent.

+
+ Returns
a string representation of the object.

+
+ + +
+ + + + + + + + + \ No newline at end of file -- cgit v1.2.3