Package org.jzy3d.chart2d
Class Chart2dFactory
java.lang.Object
org.jzy3d.chart.factories.ChartFactory
org.jzy3d.chart.factories.AWTChartFactory
org.jzy3d.chart2d.Chart2dFactory
- All Implemented Interfaces:
IChartFactory
-
Field Summary
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Chart2d
chart()
static Chart2d
static Chart2d
usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factorynewAxe
(BoundingBox3d box, View view) newChart
(IChartFactory factory, Quality quality) newView
(IChartFactory factory, Scene scene, ICanvas canvas, Quality quality) Theinvalid @link
AWTNativeView
Methods inherited from class org.jzy3d.chart.factories.AWTChartFactory
newChart
Methods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newBoundingPolicy, newCamera, newCameraThreadController, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
Constructor Details
-
Chart2dFactory
public Chart2dFactory()
-
-
Method Details
-
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 classAWTChartFactory
-
newChart
- Specified by:
newChart
in interfaceIChartFactory
- Overrides:
newChart
in classAWTChartFactory
-
newChart
- Specified by:
newChart
in interfaceIChartFactory
- Overrides:
newChart
in classAWTChartFactory
-
newAxe
- Specified by:
newAxe
in interfaceIChartFactory
- Overrides:
newAxe
in classChartFactory
-
newView
Description copied from class:AWTChartFactory
Theinvalid @link
AWTNativeView
- Specified by:
newView
in interfaceIChartFactory
- Overrides:
newView
in classAWTChartFactory
-
chart
-
chart
-
chart
-