org.jzy3d.chart.factories
Interface IChartComponentFactory

All Known Implementing Classes:
AWTChartComponentFactory, ChartComponentFactory, ContourChartComponentFactory, GraphChartComponentFactory, SwingChartComponentFactory

public interface IChartComponentFactory


Nested Class Summary
static class IChartComponentFactory.Toolkit
           
 
Method Summary
 IAxe newAxe(BoundingBox3d box, View view)
           
 Camera newCamera(Coord3d center)
           
 ICanvas newCanvas(Scene scene, Quality quality, String chartType, javax.media.opengl.GLCapabilities capabilities)
           
 Chart newChart(IChartComponentFactory factory, Quality quality, String toolkit)
           
 Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
           
 Chart newChart(Quality quality, String toolkit)
           
 IFrame newFrame(Chart chart, Rectangle bounds, String title)
           
 ICameraKeyController newKeyController(Chart chart)
           
 ICameraMouseController newMouseController(Chart chart)
           
 AbstractOrderingStrategy newOrderingStrategy()
           
 Renderer3d newRenderer(View view)
           
 Renderer3d newRenderer(View view, boolean traceGL, boolean debugGL)
           
 ChartScene newScene(boolean sort)
           
 IScreenshotKeyController newScreenshotKeyController(Chart chart)
           
 View newView(Scene scene, ICanvas canvas, Quality quality)
           
 IViewportLayout newViewportLayout()
           
 

Method Detail

newChart

Chart newChart(Quality quality,
               IChartComponentFactory.Toolkit toolkit)

newChart

Chart newChart(Quality quality,
               String toolkit)

newChart

Chart newChart(IChartComponentFactory factory,
               Quality quality,
               String toolkit)

newScene

ChartScene newScene(boolean sort)

newView

View newView(Scene scene,
             ICanvas canvas,
             Quality quality)

newCamera

Camera newCamera(Coord3d center)

newAxe

IAxe newAxe(BoundingBox3d box,
            View view)

newRenderer

Renderer3d newRenderer(View view)

newRenderer

Renderer3d newRenderer(View view,
                       boolean traceGL,
                       boolean debugGL)

newOrderingStrategy

AbstractOrderingStrategy newOrderingStrategy()

newCanvas

ICanvas newCanvas(Scene scene,
                  Quality quality,
                  String chartType,
                  javax.media.opengl.GLCapabilities capabilities)

newMouseController

ICameraMouseController newMouseController(Chart chart)

newKeyController

ICameraKeyController newKeyController(Chart chart)

newScreenshotKeyController

IScreenshotKeyController newScreenshotKeyController(Chart chart)

newFrame

IFrame newFrame(Chart chart,
                Rectangle bounds,
                String title)

newViewportLayout

IViewportLayout newViewportLayout()


Copyright © 2013. All rights reserved.