public interface IChartComponentFactory
Modifier and Type | Interface and Description |
---|---|
static class |
IChartComponentFactory.Toolkit |
Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
Chart newChart(IChartComponentFactory factory, Quality quality, String toolkit)
ChartScene newScene(boolean sort)
Graph newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)
IAxe newAxe(BoundingBox3d box, View view)
Renderer3d newRenderer(View view)
Renderer3d newRenderer(View view, boolean traceGL, boolean debugGL)
AbstractOrderingStrategy newOrderingStrategy()
ICanvas newCanvas(Scene scene, Quality quality, String chartType, com.jogamp.opengl.GLCapabilities capabilities)
ICanvas newCanvas(IChartComponentFactory factory, Scene scene, Quality quality, String chartType, com.jogamp.opengl.GLCapabilities capabilities)
ICameraMouseController newMouseController(Chart chart)
ICameraKeyController newKeyController(Chart chart)
IScreenshotKeyController newScreenshotKeyController(Chart chart)
IViewportLayout newViewportLayout()
Serie2d newSerie(String name, Serie2d.Type type)
IBoundingPolicy newBoundingPolicy()
IChartComponentFactory getFactory()
Copyright © 2016. All rights reserved.