Package org.jzy3d.chart
Class AWTNativeChart
- java.lang.Object
-
- org.jzy3d.chart.Chart
-
- org.jzy3d.chart.AWTChart
-
- org.jzy3d.chart.AWTNativeChart
-
- Direct Known Subclasses:
Chart2d
,FallbackChart
,SwingChart
public class AWTNativeChart extends AWTChart
-
-
Field Summary
-
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 Modifier Constructor Description protected
AWTNativeChart()
AWTNativeChart(IChartFactory components, Quality quality)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.jogamp.opengl.util.texture.TextureData
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
-
-
-
-
Constructor Detail
-
AWTNativeChart
public AWTNativeChart(IChartFactory components, Quality quality)
-
AWTNativeChart
protected AWTNativeChart()
-
-
Method Detail
-
screenshot
public com.jogamp.opengl.util.texture.TextureData screenshot()
- Overrides:
screenshot
in classChart
-
-