public class ChartLauncher extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SCREENSHOT_FOLDER |
Constructor and Description |
---|
ChartLauncher() |
Modifier and Type | Method and Description |
---|---|
static ICameraMouseController |
configureControllers(Chart chart,
String title,
boolean allowSlaveThreadOnDoubleClick,
boolean startThreadImmediatly) |
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) |
public static String SCREENSHOT_FOLDER
public static ICameraMouseController openChart(Chart chart)
public static ICameraMouseController openChart(Chart chart, Rectangle rectangle)
public static ICameraMouseController openChart(Chart chart, String title)
public static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title)
public static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)
public static ICameraMouseController openChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
public static ICameraMouseController configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
public static void openStaticChart(Chart chart)
public static void instructions()
public static String makeInstruction()
public static void screenshot(Chart chart, String filename) throws IOException
IOException
Copyright © 2016. All rights reserved.