graphyx.tests

trait Test

[source: graphyx/tests/Test.scala]

trait Test
extends AnyRef
Direct Known Subclasses:
BallStack, Carriage, 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.