Package org.jzy3d.chart.factories
Class NewtChartFactory
java.lang.Object
org.jzy3d.chart.factories.ChartFactory
org.jzy3d.chart.factories.NewtChartFactory
- All Implemented Interfaces:
IChartFactory
Still using some AWT components
- Author:
- martin
-
Field Summary
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Chartchart()static Chartusefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factorynewChart(IChartFactory factory, Quality quality) newView(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) Thesupports Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeViewMethods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newAxe, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
Constructor Details
-
NewtChartFactory
public NewtChartFactory() -
NewtChartFactory
-
-
Method Details
-
chart
-
chart
-
newChart
- Specified by:
newChartin interfaceIChartFactory- Overrides:
newChartin classChartFactory
-
newView
Thesupports Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeView- 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
-
newFrame
-