com.jzy3d.surfedit.chart
Class InteractiveChartComponentFactory

java.lang.Object
  extended by org.jzy3d.chart.factories.ChartComponentFactory
      extended by org.jzy3d.chart.factories.AWTChartComponentFactory
          extended by com.jzy3d.surfedit.chart.InteractiveChartComponentFactory
All Implemented Interfaces:
org.jzy3d.chart.factories.IChartComponentFactory

public class InteractiveChartComponentFactory
extends org.jzy3d.chart.factories.AWTChartComponentFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jzy3d.chart.factories.IChartComponentFactory
org.jzy3d.chart.factories.IChartComponentFactory.Toolkit
 
Field Summary
 
Fields inherited from class org.jzy3d.chart.factories.ChartComponentFactory
SCREENSHOT_FOLDER
 
Constructor Summary
InteractiveChartComponentFactory()
           
 
Method Summary
static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality)
           
static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality, org.jzy3d.chart.factories.IChartComponentFactory.Toolkit toolkit)
           
static InteractiveChart chart(org.jzy3d.plot3d.rendering.canvas.Quality quality, String toolkit)
           
static InteractiveChart chart(String toolkit)
           
 InteractiveChart newChart(org.jzy3d.chart.factories.IChartComponentFactory factory, org.jzy3d.plot3d.rendering.canvas.Quality quality, String toolkit)
           
 InteractiveView newView(org.jzy3d.plot3d.rendering.scene.Scene scene, org.jzy3d.plot3d.rendering.canvas.ICanvas canvas, org.jzy3d.plot3d.rendering.canvas.Quality quality)
           
 
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
 

Constructor Detail

InteractiveChartComponentFactory

public InteractiveChartComponentFactory()
Method Detail

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.