Package org.jzy3d.chart.factories
Class SWTChartFactory
java.lang.Object
org.jzy3d.chart.factories.ChartFactory
org.jzy3d.chart.factories.SWTChartFactory
- All Implemented Interfaces:
IChartFactory
- Direct Known Subclasses:
SWTBridgeChartFactory
-
Field Summary
FieldsFields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER -
Constructor Summary
ConstructorsConstructorDescriptionSWTChartFactory(org.eclipse.swt.widgets.Composite canvas) SWTChartFactory(org.eclipse.swt.widgets.Composite canvas, IPainterFactory painterFactory) -
Method Summary
Modifier and TypeMethodDescriptionstatic Chartchart(org.eclipse.swt.widgets.Composite parent) static Chartorg.eclipse.swt.widgets.Compositeusefull 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.newChart(IChartFactory factory, Quality quality) 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.ChartFactory
getPainterFactory, newAxe, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
Field Details
-
canvas
protected org.eclipse.swt.widgets.Composite canvas
-
-
Constructor Details
-
SWTChartFactory
public SWTChartFactory() -
SWTChartFactory
public SWTChartFactory(org.eclipse.swt.widgets.Composite canvas) -
SWTChartFactory
-
-
Method Details
-
chart
-
chart
-
newChart
- Specified by:
newChartin interfaceIChartFactory- Overrides:
newChartin classChartFactory
-
newAnimator
Dedicated toCanvasNewtSWTimplementation. -
getComposite
public org.eclipse.swt.widgets.Composite getComposite() -
newView
The AWTView support Java2d defined components (tooltips, background images)- Specified by:
newViewin interfaceIChartFactory- Overrides:
newViewin classChartFactory
-
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 classChartFactory
-