org.jzy3d.chart.factories
Class SwingChartComponentFactory

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

public class SwingChartComponentFactory
extends AWTChartComponentFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jzy3d.chart.factories.IChartComponentFactory
IChartComponentFactory.Toolkit
 
Field Summary
 
Fields inherited from class org.jzy3d.chart.factories.ChartComponentFactory
SCREENSHOT_FOLDER
 
Constructor Summary
SwingChartComponentFactory()
           
 
Method Summary
static Chart chart(Quality quality)
           
static Chart chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
static Chart chart(Quality quality, String toolkit)
           
static Chart chart(String toolkit)
           
 ICanvas newCanvas(Scene scene, Quality quality, String windowingToolkit, javax.media.opengl.GLCapabilities capabilities)
           
 Chart newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 
Methods inherited from class org.jzy3d.chart.factories.AWTChartComponentFactory
getCanvasDimension, getToolkit, newAxe, newCanvasAWT, newCanvasSwing, newFrame, newFrameAWT, newFrameSwing, newView, 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

SwingChartComponentFactory

public SwingChartComponentFactory()
Method Detail

newChart

public Chart newChart(IChartComponentFactory factory,
                      Quality quality,
                      String toolkit)
Specified by:
newChart in interface IChartComponentFactory
Overrides:
newChart in class AWTChartComponentFactory

newCanvas

public ICanvas newCanvas(Scene scene,
                         Quality quality,
                         String windowingToolkit,
                         javax.media.opengl.GLCapabilities capabilities)
Specified by:
newCanvas in interface IChartComponentFactory
Overrides:
newCanvas in class AWTChartComponentFactory

chart

public static Chart chart(Quality quality)

chart

public static Chart chart(String toolkit)

chart

public static Chart chart(Quality quality,
                          IChartComponentFactory.Toolkit toolkit)

chart

public static Chart chart(Quality quality,
                          String toolkit)


Copyright © 2013. All rights reserved.