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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Chart2dchart()static Chart2dstatic Chart2dusefull 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) Thereturned by this factory support Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeViewMethods inherited from class org.jzy3d.chart.factories.AWTChartFactory
newChartMethods 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: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 classAWTChartFactory
-
newChart
- Specified by:
newChartin interfaceIChartFactory- Overrides:
newChartin classAWTChartFactory
-
newChart
- Specified by:
newChartin interfaceIChartFactory- Overrides:
newChartin classAWTChartFactory
-
newAxe
- Specified by:
newAxein interfaceIChartFactory- Overrides:
newAxein classChartFactory
-
newView
Description copied from class:AWTChartFactoryThereturned by this factory support Java2d defined components (background images, tooltips, post-renderers and overlay)invalid @link
AWTNativeView- Specified by:
newViewin interfaceIChartFactory- Overrides:
newViewin classAWTChartFactory
-
chart
-
chart
-
chart
-