Class SWTBridgeChartFactory
java.lang.Object
org.jzy3d.chart.factories.ChartFactory
org.jzy3d.chart.factories.SWTChartFactory
org.jzy3d.chart.factories.bridged.SWTBridgeChartFactory
- All Implemented Interfaces:
IChartFactory
-
Field Summary
Fields inherited from class org.jzy3d.chart.factories.SWTChartFactory
canvas
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionusefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factorynewAnimator
(com.jogamp.newt.opengl.GLWindow canvas) Dedicated toCanvasNewtSWT
implementation.newView
(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) The AWTView support Java2d defined components (tooltips, background images)Methods inherited from class org.jzy3d.chart.factories.SWTChartFactory
chart, chart, getComposite, newChart
Methods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newAxe, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
Constructor Details
-
SWTBridgeChartFactory
public SWTBridgeChartFactory()
-
-
Method Details
-
newAnimator
Dedicated toCanvasNewtSWT
implementation.- Overrides:
newAnimator
in classSWTChartFactory
-
newView
The AWTView support Java2d defined components (tooltips, background images)- Specified by:
newView
in interfaceIChartFactory
- Overrides:
newView
in classSWTChartFactory
-
getFactory
Description copied from interface:IChartFactory
usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factory- Specified by:
getFactory
in interfaceIChartFactory
- Overrides:
getFactory
in classSWTChartFactory
-