Package org.jzy3d.chart
Class AWTChart
- java.lang.Object
-
- org.jzy3d.chart.Chart
-
- org.jzy3d.chart.AWTChart
-
- Direct Known Subclasses:
AWTNativeChart,ContourChart
public class AWTChart extends Chart
-
-
Field Summary
-
Fields inherited from class org.jzy3d.chart.Chart
canvas, controllers, DEFAULT_QUALITY, factory, keyboard, mouse, mousePicking, previousViewPointFree, previousViewPointProfile, previousViewPointTop, quality, scene, screenshotKey, view
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAWTChart()AWTChart(IChartFactory components, Quality quality)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRenderer(AWTRenderer2d renderer2d)AWTColorbarLegendcolorbar(Drawable drawable)AWTColorbarLegendcolorbar(Drawable drawable, Dimension d, IAxisLayout layout)AWTColorbarLegendcolorbar(Drawable drawable, IAxisLayout layout)AWTViewgetAWTView()voidremoveRenderer(AWTRenderer2d renderer2d)-
Methods inherited from class org.jzy3d.chart.Chart
add, add, add, addController, addKeyboardCameraController, addKeyboardScreenshotController, addLight, addLight, addMouseCameraController, addMousePickingController, black, clear, clearControllerList, configureKeyboardWithAnimator, configureMouseWithAnimator, display, dispose, flip, getAxisLayout, getCanvas, getControllers, getFactory, getKeyboard, getMouse, getMousePicking, getPainter, getQuality, getScale, getScene, getScreenshotKey, getThread, getView, getViewMode, getViewPoint, newView, open, open, open, open, open, remove, remove, removeController, render, screenshot, screenshot, setAnimated, setAxeDisplayed, setQuality, setScale, setScale, setViewMode, setViewPoint, show, startAnimation, stopAllThreads, stopAnimation, updateAnimationThreadWithQualitySettings, updateProjectionsAndRender, view, view2d, white
-
-
-
-
Constructor Detail
-
AWTChart
public AWTChart(IChartFactory components, Quality quality)
-
AWTChart
protected AWTChart()
-
-
Method Detail
-
addRenderer
public void addRenderer(AWTRenderer2d renderer2d)
-
removeRenderer
public void removeRenderer(AWTRenderer2d renderer2d)
-
getAWTView
public AWTView getAWTView()
-
colorbar
public AWTColorbarLegend colorbar(Drawable drawable)
-
colorbar
public AWTColorbarLegend colorbar(Drawable drawable, IAxisLayout layout)
-
colorbar
public AWTColorbarLegend colorbar(Drawable drawable, Dimension d, IAxisLayout layout)
-
-