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
canvasFields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER -
Constructor Summary
Constructors -
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 toCanvasNewtSWTimplementation.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, newChartMethods 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 toCanvasNewtSWTimplementation.- Overrides:
newAnimatorin classSWTChartFactory
-
newView
The AWTView support Java2d defined components (tooltips, background images)- Specified by:
newViewin interfaceIChartFactory- Overrides:
newViewin classSWTChartFactory
-
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
-