Class DemoLauncher

java.lang.Object
nl.colorize.multimedialib.tool.DemoLauncher
All Implemented Interfaces:
nl.colorize.util.swing.ApplicationMenuListener

public class DemoLauncher extends Object implements 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 Details

    • rendererName

      protected String rendererName
    • graphics

      protected String graphics
    • framerate

      protected int framerate
    • fullscreen

      protected boolean fullscreen
    • canvasZoom

      protected boolean canvasZoom
  • Constructor Details

    • DemoLauncher

      public DemoLauncher()
  • Method Details

    • main

      public static void main(String[] argv)
    • onQuit

      public void onQuit()
      Specified by:
      onQuit in interface nl.colorize.util.swing.ApplicationMenuListener
    • onAbout

      public void onAbout()
      Specified by:
      onAbout in interface nl.colorize.util.swing.ApplicationMenuListener