Class DemoLauncher

  • All Implemented Interfaces:
    nl.colorize.util.swing.ApplicationMenuListener

    public class DemoLauncher
    extends CommandLineTool
    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.

    • Constructor Summary

      Constructors 
      Constructor Description
      DemoLauncher()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void onAbout()  
      void onQuit()  
      void run()
      Runs this tool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface nl.colorize.util.swing.ApplicationMenuListener

        onPreferences
    • Field Detail

      • rendererName

        public java.lang.String rendererName
      • graphics

        public java.lang.String graphics
      • framerate

        public int framerate
      • canvas

        public boolean canvas
      • orientationLock

        public boolean orientationLock
      • verification

        public boolean verification
    • Constructor Detail

      • DemoLauncher

        public DemoLauncher()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • 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