org.jzy3d.chart.factories
Interface IChartComponentFactory
-
- All Known Implementing Classes:
- AWTChartComponentFactory, AWTLogChartComponentFactory, Chart2dComponentFactory, ChartComponentFactory, ContourChartComponentFactory, GraphChartComponentFactory, NewtChartComponentFactory, SwingChartComponentFactory
public interface IChartComponentFactory
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface and Description static classIChartComponentFactory.Toolkit
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description IChartComponentFactorygetFactory()usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factoryIAxenewAxe(BoundingBox3d box, View view)IBoundingPolicynewBoundingPolicy()CameranewCamera(Coord3d center)ICanvasnewCanvas(IChartComponentFactory factory, Scene scene, Quality quality, java.lang.String chartType, com.jogamp.opengl.GLCapabilities capabilities)ICanvasnewCanvas(Scene scene, Quality quality, java.lang.String chartType, com.jogamp.opengl.GLCapabilities capabilities)ChartnewChart(IChartComponentFactory factory, Quality quality, java.lang.String toolkit)ChartnewChart(Quality quality, IChartComponentFactory.Toolkit toolkit)ChartnewChart(Quality quality, java.lang.String toolkit)IFramenewFrame(Chart chart)IFramenewFrame(Chart chart, Rectangle bounds, java.lang.String title)GraphnewGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)ICameraKeyControllernewKeyController(Chart chart)ICameraMouseControllernewMouseController(Chart chart)AbstractOrderingStrategynewOrderingStrategy()Renderer3dnewRenderer(View view)Renderer3dnewRenderer(View view, boolean traceGL, boolean debugGL)ChartScenenewScene(boolean sort)IScreenshotKeyControllernewScreenshotKeyController(Chart chart)Serie2dnewSerie(java.lang.String name, Serie2d.Type type)ViewnewView(Scene scene, ICanvas canvas, Quality quality)IViewportLayoutnewViewportLayout()
-
-
-
Method Detail
-
newChart
Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
-
newChart
Chart newChart(IChartComponentFactory factory, Quality quality, java.lang.String toolkit)
-
newScene
ChartScene newScene(boolean sort)
-
newGraph
Graph newGraph(Scene scene, AbstractOrderingStrategy strategy, boolean sort)
-
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, java.lang.String chartType, com.jogamp.opengl.GLCapabilities capabilities)
-
newCanvas
ICanvas newCanvas(IChartComponentFactory factory, Scene scene, Quality quality, java.lang.String chartType, com.jogamp.opengl.GLCapabilities capabilities)
-
newMouseController
ICameraMouseController newMouseController(Chart chart)
-
newKeyController
ICameraKeyController newKeyController(Chart chart)
-
newScreenshotKeyController
IScreenshotKeyController newScreenshotKeyController(Chart chart)
-
newViewportLayout
IViewportLayout newViewportLayout()
-
newSerie
Serie2d newSerie(java.lang.String name, Serie2d.Type type)
-
newBoundingPolicy
IBoundingPolicy newBoundingPolicy()
-
getFactory
IChartComponentFactory getFactory()
usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factory
-
-
DMelt 3.0 © DataMelt by jWork.ORG