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
-
Method Summary
Modifier and TypeMethodDescriptionstatic Chart
chart()
static Chart
usefull 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) Theinvalid @link
AWTNativeView
Methods 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:
newChart
in interfaceIChartFactory
- Overrides:
newChart
in classChartFactory
-
newView
Theinvalid @link
AWTNativeView
- Specified by:
newView
in interfaceIChartFactory
- Overrides:
newView
in classChartFactory
-
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 classChartFactory
-
newFrame
-