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/actors$content.html | 100 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 doc/graphyx/actors$content.html (limited to 'doc/graphyx/actors$content.html') diff --git a/doc/graphyx/actors$content.html b/doc/graphyx/actors$content.html new file mode 100644 index 0000000..03856e4 --- /dev/null +++ b/doc/graphyx/actors$content.html @@ -0,0 +1,100 @@ + + + All classes and objects in graphyx.actors + + +
Simple Mechanics Simulator (SiMS) API

This document is the API specification for SiMS

+ + + + + + + + + + + + + +
Class Summary
+ class + + GUIActor + extends scala.actors.Actor + + +
+ class + + PhysicsActor + extends scala.actors.Actor + + +
+ case class + + SetWorld + (val world : World) extends scala.Product + + +
+ + + + + + + + + + + + + + + + + + + + + + +
Object Summary
+ case object + + Exit + extends scala.Product + + +
+ case object + + FireEvent + extends scala.Product + + +
+ object + + SetWorld + extends (World) => SetWorld + + +
+ case object + + Start + extends scala.Product + + +
+ case object + + Stop + extends scala.Product + + +
+ \ No newline at end of file -- cgit v1.2.3