org.jzy3d.chart
Class ChartLauncher

java.lang.Object
  extended by org.jzy3d.chart.ChartLauncher
Direct Known Subclasses:
SwingChartLauncher

public class ChartLauncher
extends Object


Field Summary
static String SCREENSHOT_FOLDER
           
 
Constructor Summary
ChartLauncher()
           
 
Method Summary
static ICameraMouseController configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
           
static void frame(Chart chart)
           
static void frame(Chart chart, Rectangle bounds, String title)
           
static void instructions()
           
static String makeInstruction()
           
static ICameraMouseController openChart(Chart chart)
           
static ICameraMouseController openChart(Chart chart, Rectangle rectangle)
           
static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title)
           
static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)
           
static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
           
static ICameraMouseController openChart(Chart chart, String title)
           
static void openStaticChart(Chart chart)
           
static void openStaticChart(Chart chart, Rectangle bounds, String title)
           
static void screenshot(Chart chart, String filename)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SCREENSHOT_FOLDER

public static String SCREENSHOT_FOLDER
Constructor Detail

ChartLauncher

public ChartLauncher()
Method Detail

openChart

public static ICameraMouseController openChart(Chart chart)

openChart

public static ICameraMouseController openChart(Chart chart,
                                               Rectangle rectangle)

openChart

public static ICameraMouseController openChart(Chart chart,
                                               String title)

openChart

public static ICameraMouseController openChart(Chart chart,
                                               Rectangle bounds,
                                               String title)

openChart

public static ICameraMouseController openChart(Chart chart,
                                               Rectangle bounds,
                                               String title,
                                               boolean allowSlaveThreadOnDoubleClick)

openChart

public static ICameraMouseController openChart(Chart chart,
                                               Rectangle bounds,
                                               String title,
                                               boolean allowSlaveThreadOnDoubleClick,
                                               boolean startThreadImmediatly)

configureControllers

public static ICameraMouseController configureControllers(Chart chart,
                                                          String title,
                                                          boolean allowSlaveThreadOnDoubleClick,
                                                          boolean startThreadImmediatly)

openStaticChart

public static void openStaticChart(Chart chart)

openStaticChart

public static void openStaticChart(Chart chart,
                                   Rectangle bounds,
                                   String title)

instructions

public static void instructions()

makeInstruction

public static String makeInstruction()

frame

public static void frame(Chart chart)

frame

public static void frame(Chart chart,
                         Rectangle bounds,
                         String title)

screenshot

public static void screenshot(Chart chart,
                              String filename)
                       throws IOException
Throws:
IOException


Copyright © 2013. All rights reserved.