Package org.jzy3d.chart
Class ChartLauncher
- java.lang.Object
-
- org.jzy3d.chart.ChartLauncher
-
- Direct Known Subclasses:
SwingChartLauncher
public class ChartLauncher extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
SCREENSHOT_FOLDER
-
Constructor Summary
Constructors Constructor Description ChartLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICameraMouseController
configureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)
static void
instructions()
static String
makeInstruction()
static ICameraMouseController
openChart(Chart chart)
static ICameraMouseController
openChart(Chart chart, String title)
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 void
openStaticChart(Chart chart)
static void
openStaticChart(Chart chart, Rectangle bounds, String title)
static void
screenshot(Chart chart, String filename)
-
-
-
Field Detail
-
SCREENSHOT_FOLDER
public static String SCREENSHOT_FOLDER
-
-
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)
-
instructions
public static void instructions()
-
makeInstruction
public static String makeInstruction()
-
screenshot
public static void screenshot(Chart chart, String filename) throws IOException
- Throws:
IOException
-
-