graphyx

object Graphyx

[source: graphyx/Graphyx.scala]

object Graphyx
extends AnyRef
Value Summary
val guiActor : GUIActor
val physicsActor : PhysicsActor
val tests : scala.List[Test]
Method Summary
def exit : Unit
def main (args : scala.Array[java.lang.String]) : Unit
def test : Test
def test_= (t : Test) : Unit
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 tests : scala.List[Test]

val physicsActor : PhysicsActor

val guiActor : GUIActor

Method Details
def test : Test

def test_=(t : Test) : Unit

def main(args : scala.Array[java.lang.String]) : Unit

def exit : Unit