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 StringSCREENSHOT_FOLDER
-
Constructor Summary
Constructors Constructor Description ChartLauncher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ICameraMouseControllerconfigureControllers(Chart chart, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)static voidinstructions()static StringmakeInstruction()static ICameraMouseControlleropenChart(Chart chart)static ICameraMouseControlleropenChart(Chart chart, String title)static ICameraMouseControlleropenChart(Chart chart, Rectangle rectangle)static ICameraMouseControlleropenChart(Chart chart, Rectangle bounds, String title)static ICameraMouseControlleropenChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick)static ICameraMouseControlleropenChart(Chart chart, Rectangle bounds, String title, boolean allowSlaveThreadOnDoubleClick, boolean startThreadImmediatly)static voidopenStaticChart(Chart chart)static voidopenStaticChart(Chart chart, Rectangle bounds, String title)static voidscreenshot(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
-
-