Class DemoLauncher

java.lang.Object
nl.colorize.multimedialib.tool.DemoLauncher

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