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 newMouseCameraController(Chart chart)
IMousePickingController newMousePickingController(Chart chart, int clickWidth)
ICameraKeyController newKeyboardCameraController(Chart chart)
IScreenshotKeyController newKeyboardScreenshotController(Chart chart)
CameraThreadController newCameraThreadController(Chart chart)
IViewportLayout newViewportLayout()
Serie2d newSerie(String name, Serie2d.Type type)
IBoundingPolicy newBoundingPolicy()
IChartComponentFactory getFactory()
Copyright © 2018. All rights reserved.