Package org.jzy3d.chart.fallback
Class FallbackChart
- java.lang.Object
-
- org.jzy3d.chart.Chart
-
- org.jzy3d.chart.AWTChart
-
- org.jzy3d.chart.AWTNativeChart
-
- org.jzy3d.chart.fallback.FallbackChart
-
- All Implemented Interfaces:
IFallbackChart
public class FallbackChart extends AWTNativeChart implements IFallbackChart
-
-
Field Summary
Fields Modifier and Type Field Description protected FallbackChartImagePanel
imagePanel
An image panel to display chart image generated offscreen.-
Fields inherited from class org.jzy3d.chart.Chart
axisYLabelOrientation, axisZLabelDisplayed, axisZTickLabelDisplayed, canvas, controllers, DEFAULT_QUALITY, factory, isSquaredViewActive, isTickLineDisplayed, keyboard, lightOnCamera, lightPairOnCamera, LOD_BOUNDS_ONLY_RENDER_TIME_MS, LOD_EVAL_MAX_EVAL_DURATION_MS, LOD_EVAL_TRIALS, logger, mouse, mousePicking, previousViewPointFree, previousViewPointProfile, previousViewPointTop, quality, scene, screenshotKey, series, view, viewpoint, viewportMode, viewPositionMode
-
-
Constructor Summary
Constructors Constructor Description FallbackChart(IChartFactory components, Quality quality)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FallbackChartImagePanel
getImagePanel()
-
Methods inherited from class org.jzy3d.chart.AWTNativeChart
screenshot
-
Methods inherited from class org.jzy3d.chart.AWTChart
addRenderer, colorbar, colorbar, colorbar, getAWTView, removeRenderer
-
Methods inherited from class org.jzy3d.chart.Chart
add, add, add, add, add, add, add, addController, addKeyboard, addKeyboardCameraController, addKeyboardScreenshotController, addLight, addLight, addLight, addLight, addLightOnCamera, addLightOnCamera, addLightOnCamera, addLightPairOnCamera, addLightPairOnCamera, addLightPairOnCamera, addMouse, addMouseCameraController, addMousePickingController, black, clear, clearControllerList, color, configureKeyboardWithAnimator, configureMouseWithAnimator, display, dispose, flip, getAxisLayout, getCanvas, getControllers, getFactory, getKeyboard, getMouse, getMousePicking, getPainter, getQuality, getScale, getScene, getScreenshotKey, getSerie, getThread, getView, getViewMode, getViewPoint, mouseEvent, newView, open, open, open, open, open, remove, remove, remove, remove, removeController, removeSerie, render, screenshot, setAnimated, setAxeDisplayed, setQuality, setScale, setScale, setViewMode, setViewPoint, show, sleep, startAnimation, stopAllThreads, stopAnimation, updateAnimationThreadWithQualitySettings, updateLightOnCameraPosition, updateLightPairOnCameraPosition, updateLightsOnCameraPositions, updateProjectionsAndRender, view, view2d, view3d, white
-
-
-
-
Field Detail
-
imagePanel
protected FallbackChartImagePanel imagePanel
An image panel to display chart image generated offscreen.
-
-
Constructor Detail
-
FallbackChart
public FallbackChart(IChartFactory components, Quality quality)
-
-
Method Detail
-
getImagePanel
public FallbackChartImagePanel getImagePanel()
- Specified by:
getImagePanel
in interfaceIFallbackChart
-
-