graphyx.gui

class Container

[source: graphyx/gui/Container.scala]

class Container
extends AnyRef
Value Summary
val mainFrame : MainFrame
var scene : Scene
Method Summary
def exitGUI : Unit
def show : Unit
def update (s : Scene) : 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 mainFrame : MainFrame

var scene : Scene

Method Details
def show : Unit

def update(s : Scene) : Unit

def exitGUI : Unit