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/graphics/Parser$object.html | 221 ++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 doc/graphyx/graphics/Parser$object.html (limited to 'doc/graphyx/graphics/Parser$object.html') diff --git a/doc/graphyx/graphics/Parser$object.html b/doc/graphyx/graphics/Parser$object.html new file mode 100644 index 0000000..ae47866 --- /dev/null +++ b/doc/graphyx/graphics/Parser$object.html @@ -0,0 +1,221 @@ + + + object Parser in graphyx.graphics + + + + + + + + + + + +
+ graphyx.graphics +

+ object Parser +

+
+ [source: graphyx/graphics/Parser.scala] +

+
+
+ + + object + Parser +
+
extends AnyRef
+
+ + + + + + + + +
Value Summary
+ val + + throwOnUnknown + : Boolean + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
Method Summary
+ def + + toGraphical + (real : AABB) : GraphicalAABB + + +
+ def + + toGraphical + (real : Pair) : GraphicalPair + + +
+ def + + toGraphical + (real : Shape) : GraphicalShape with scala.Product + + +
+ def + + toGraphical + (real : Joint) : GraphicalJoint with scala.Product + + +
+ def + + toGraphical + (real : Collision) : GraphicalCollision + + +
+ def + + toGraphical + (real : Body) : GraphicalBody + + +
+ + +
+ Methods inherited from AnyRef +
+ getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized +
+ + +
+ Methods inherited from Any +
+ ==, !=, isInstanceOf, asInstanceOf +
+ + + + + + +
Value Details
+
+ + + val + throwOnUnknown : Boolean +
+
+

+ + +
Method Details
+
+ + + def + toGraphical(real : Shape) : GraphicalShape with scala.Product +
+
+

+
+
+ + + def + toGraphical(real : Joint) : GraphicalJoint with scala.Product +
+
+

+
+
+ + + def + toGraphical(real : Collision) : GraphicalCollision +
+
+

+
+
+ + + def + toGraphical(real : Pair) : GraphicalPair +
+
+

+
+
+ + + def + toGraphical(real : AABB) : GraphicalAABB +
+
+

+
+
+ + + def + toGraphical(real : Body) : GraphicalBody +
+
+

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