Package nl.colorize.multimedialib.tool
Class DemoLauncher
java.lang.Object
nl.colorize.multimedialib.tool.DemoLauncher
- All Implemented Interfaces:
nl.colorize.util.swing.ApplicationMenuListener
Launches one of the demo applications from the command line. The behavior of
the demo can be controlled using the command line parameters.
Refer to the documentation for Demo2D for more information
on the demo application itself.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nl.colorize.util.swing.ApplicationMenuListener
hasPreferencesMenu, onPreferences
-
Field Details
-
rendererName
-
graphics
-
framerate
protected int framerate -
fullscreen
protected boolean fullscreen -
canvasZoom
protected boolean canvasZoom
-
-
Constructor Details
-
DemoLauncher
public DemoLauncher()
-
-
Method Details
-
main
-
onQuit
public void onQuit()- Specified by:
onQuitin interfacenl.colorize.util.swing.ApplicationMenuListener
-
onAbout
public void onAbout()- Specified by:
onAboutin interfacenl.colorize.util.swing.ApplicationMenuListener
-