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 IChartFactorygetFactory()usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factoryNativeAnimatornewAnimator(com.jogamp.newt.opengl.GLWindow canvas)Dedicated toCanvasNewtSWTimplementation.ViewnewView(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 toCanvasNewtSWTimplementation.- Overrides:
newAnimatorin classSWTChartFactory
-
newView
public View newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality)
The AWTView support Java2d defined components (tooltips, background images)- Specified by:
newViewin interfaceIChartFactory- Overrides:
newViewin classSWTChartFactory
-
getFactory
public IChartFactory getFactory()
Description copied from interface:IChartFactoryusefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factory- Specified by:
getFactoryin interfaceIChartFactory- Overrides:
getFactoryin classSWTChartFactory
-
-