Package org.jzy3d.factories
Class DepthPeelingChartFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.ChartFactory
-
- org.jzy3d.chart.factories.AWTChartFactory
-
- org.jzy3d.factories.DepthPeelingChartFactory
-
- All Implemented Interfaces:
IChartFactory
public class DepthPeelingChartFactory extends AWTChartFactory
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
CHART_CANVAS_AUTOSWAP
-
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER
-
-
Constructor Summary
Constructors Constructor Description DepthPeelingChartFactory(IPainterFactory painterFactory, PeelingMethod method)
DepthPeelingChartFactory(PeelingMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description View
newView(IChartFactory factory, org.jzy3d.plot3d.rendering.scene.Scene scene, ICanvas canvas, Quality quality)
-
Methods inherited from class org.jzy3d.chart.factories.AWTChartFactory
chart, chart, getFactory, newChart
-
Methods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newAxe, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
-
-
-
Constructor Detail
-
DepthPeelingChartFactory
public DepthPeelingChartFactory(PeelingMethod method)
-
DepthPeelingChartFactory
public DepthPeelingChartFactory(IPainterFactory painterFactory, PeelingMethod method)
-
-
Method Detail
-
newView
public View newView(IChartFactory factory, org.jzy3d.plot3d.rendering.scene.Scene scene, ICanvas canvas, Quality quality)
- Specified by:
newView
in interfaceIChartFactory
- Overrides:
newView
in classAWTChartFactory
-
-