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
public class SWTBridgeChartFactory extends SWTChartFactory
-
-
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
Constructors Constructor Description SWTBridgeChartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IChartFactory
getFactory()
usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factoryNativeAnimator
newAnimator(com.jogamp.newt.opengl.GLWindow canvas)
Dedicated toCanvasNewtSWT
implementation.View
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
-
-
-
-
Method Detail
-
newAnimator
public NativeAnimator newAnimator(com.jogamp.newt.opengl.GLWindow canvas)
Dedicated toCanvasNewtSWT
implementation.- Overrides:
newAnimator
in classSWTChartFactory
-
newView
public View newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
The AWTView support Java2d defined components (tooltips, background images)- Specified by:
newView
in interfaceIChartFactory
- Overrides:
newView
in classSWTChartFactory
-
getFactory
public IChartFactory 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
-
-