org.jzy3d.chart2d
Class Chart2dComponentFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.ChartComponentFactory
-
- org.jzy3d.chart.factories.AWTChartComponentFactory
-
- org.jzy3d.chart2d.Chart2dComponentFactory
-
- All Implemented Interfaces:
- IChartComponentFactory
public class Chart2dComponentFactory extends AWTChartComponentFactory
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jzy3d.chart.factories.IChartComponentFactory
IChartComponentFactory.Toolkit
-
-
Field Summary
-
Fields inherited from class org.jzy3d.chart.factories.ChartComponentFactory
SCREENSHOT_FOLDER
-
-
Constructor Summary
Constructors Constructor and Description Chart2dComponentFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static Chart2dchart()static Chart2dchart(Quality quality)static Chart2dchart(Quality quality, IChartComponentFactory.Toolkit toolkit)static Chart2dchart(Quality quality, java.lang.String toolkit)static Chart2dchart(java.lang.String toolkit)IChartComponentFactorygetFactory()usefull to override the current factory to call, especially for FactoryOverrider that must be used as this instead of its wrapped delegate factoryIAxenewAxe(BoundingBox3d box, View view)ChartnewChart(IChartComponentFactory factory, Quality quality, java.lang.String toolkit)ChartnewChart(Quality quality, IChartComponentFactory.Toolkit toolkit)ChartnewChart(Quality quality, java.lang.String toolkit)ViewnewView(Scene scene, ICanvas canvas, Quality quality)The AWTView support Java2d defined components (tooltips, background images)-
Methods inherited from class org.jzy3d.chart.factories.AWTChartComponentFactory
newCanvas, newFrame, newFrame, newKeyController, newMouseController, newRenderer, newScreenshotKeyController, newViewportLayout
-
Methods inherited from class org.jzy3d.chart.factories.ChartComponentFactory
getToolkit, newBoundingPolicy, newCamera, newCanvas, newFrame, newGraph, newOrderingStrategy, newRenderer, newScene, newSerie
-
-
-
-
Method Detail
-
getFactory
public IChartComponentFactory getFactory()
Description copied from interface:IChartComponentFactoryusefull 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 interfaceIChartComponentFactory- Overrides:
getFactoryin classAWTChartComponentFactory
-
newChart
public Chart newChart(IChartComponentFactory factory, Quality quality, java.lang.String toolkit)
- Specified by:
newChartin interfaceIChartComponentFactory- Overrides:
newChartin classAWTChartComponentFactorytoolkit- can be used to indicate "offscreen, 800, 600" and thus replace implicit "awt"
-
newChart
public Chart newChart(Quality quality, IChartComponentFactory.Toolkit toolkit)
- Specified by:
newChartin interfaceIChartComponentFactory- Overrides:
newChartin classChartComponentFactory
-
newChart
public Chart newChart(Quality quality, java.lang.String toolkit)
- Specified by:
newChartin interfaceIChartComponentFactory- Overrides:
newChartin classChartComponentFactory
-
newAxe
public IAxe newAxe(BoundingBox3d box, View view)
- Specified by:
newAxein interfaceIChartComponentFactory- Overrides:
newAxein classAWTChartComponentFactory
-
newView
public View newView(Scene scene, ICanvas canvas, Quality quality)
Description copied from class:AWTChartComponentFactoryThe AWTView support Java2d defined components (tooltips, background images)- Specified by:
newViewin interfaceIChartComponentFactory- Overrides:
newViewin classAWTChartComponentFactory
-
chart
public static Chart2d chart()
-
chart
public static Chart2d chart(java.lang.String toolkit)
-
chart
public static Chart2d chart(Quality quality, IChartComponentFactory.Toolkit toolkit)
-
-
DMelt 3.0 © DataMelt by jWork.ORG