org.jzy3d.analysis
Class AnalysisLauncher

java.lang.Object
  extended by org.jzy3d.analysis.AnalysisLauncher

public class AnalysisLauncher
extends Object


Field Summary
protected static String DEFAULT_CANVAS_TYPE
           
protected static Rectangle DEFAULT_WINDOW
           
 
Constructor Summary
AnalysisLauncher()
           
 
Method Summary
static void open(IAnalysis demo)
          Opens a demo with mouse/key/thread controllers for viewpoint change.
static void open(IAnalysis demo, Rectangle rectangle)
           
static void openStatic(IAnalysis demo)
          Opens an analysis without pluging mouse & key listeners
static void openStatic(IAnalysis demo, Rectangle rectangle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CANVAS_TYPE

protected static String DEFAULT_CANVAS_TYPE

DEFAULT_WINDOW

protected static Rectangle DEFAULT_WINDOW
Constructor Detail

AnalysisLauncher

public AnalysisLauncher()
Method Detail

open

public static void open(IAnalysis demo)
                 throws Exception
Opens a demo with mouse/key/thread controllers for viewpoint change.

Throws:
Exception

open

public static void open(IAnalysis demo,
                        Rectangle rectangle)
                 throws Exception
Throws:
Exception

openStatic

public static void openStatic(IAnalysis demo)
                       throws Exception
Opens an analysis without pluging mouse & key listeners

Parameters:
demo -
Throws:
Exception

openStatic

public static void openStatic(IAnalysis demo,
                              Rectangle rectangle)
                       throws Exception
Throws:
Exception


Copyright © 2013. All rights reserved.