com.jzy3d.surfedit.chart
Class InteractiveChartComponentFactory
java.lang.Object
org.jzy3d.chart.factories.ChartComponentFactory
org.jzy3d.chart.factories.AWTChartComponentFactory
com.jzy3d.surfedit.chart.InteractiveChartComponentFactory
- All Implemented Interfaces:
- org.jzy3d.chart.factories.IChartComponentFactory
public class InteractiveChartComponentFactory
- extends org.jzy3d.chart.factories.AWTChartComponentFactory
Nested classes/interfaces inherited from interface org.jzy3d.chart.factories.IChartComponentFactory |
org.jzy3d.chart.factories.IChartComponentFactory.Toolkit |
Fields inherited from class org.jzy3d.chart.factories.ChartComponentFactory |
SCREENSHOT_FOLDER |
Methods inherited from class org.jzy3d.chart.factories.AWTChartComponentFactory |
getCanvasDimension, getToolkit, newAxe, newCanvas, newCanvasAWT, newCanvasSwing, newFrame, newFrameAWT, newFrameSwing, newViewportLayout |
Methods inherited from class org.jzy3d.chart.factories.ChartComponentFactory |
newCamera, newChart, newChart, newKeyController, newMouseController, newOrderingStrategy, newRenderer, newRenderer, newScene, newScreenshotKeyController |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InteractiveChartComponentFactory
public InteractiveChartComponentFactory()
chart
public static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality)
chart
public static InteractiveChart chart(String toolkit)
chart
public static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality,
org.jzy3d.chart.factories.IChartComponentFactory.Toolkit toolkit)
chart
public static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality,
String toolkit)
newChart
public InteractiveChart newChart(org.jzy3d.chart.factories.IChartComponentFactory factory,
org.jzy3d.plot3d.rendering.canvas.Quality quality,
String toolkit)
- Specified by:
newChart
in interface org.jzy3d.chart.factories.IChartComponentFactory
- Overrides:
newChart
in class org.jzy3d.chart.factories.AWTChartComponentFactory
newView
public InteractiveView newView(org.jzy3d.plot3d.rendering.scene.Scene scene,
org.jzy3d.plot3d.rendering.canvas.ICanvas canvas,
org.jzy3d.plot3d.rendering.canvas.Quality quality)
- Specified by:
newView
in interface org.jzy3d.chart.factories.IChartComponentFactory
- Overrides:
newView
in class org.jzy3d.chart.factories.AWTChartComponentFactory
Copyright © 2014. All rights reserved.