Package org.jzy3d.chart.factories
Class ContourChartFactory
- java.lang.Object
-
- org.jzy3d.chart.factories.ChartFactory
-
- org.jzy3d.chart.factories.AWTChartFactory
-
- org.jzy3d.chart.factories.ContourChartFactory
-
- All Implemented Interfaces:
IChartFactory
public class ContourChartFactory extends AWTChartFactory
-
-
Field Summary
-
Fields inherited from class org.jzy3d.chart.factories.ChartFactory
SCREENSHOT_FOLDER
-
-
Constructor Summary
Constructors Constructor Description ContourChartFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AxisBox
newAxe(BoundingBox3d box, View view)
-
Methods inherited from class org.jzy3d.chart.factories.AWTChartFactory
chart, chart, getFactory, newChart, newView
-
Methods inherited from class org.jzy3d.chart.factories.ChartFactory
getPainterFactory, newBoundingPolicy, newCamera, newCameraThreadController, newChart, newChart, newGraph, newOrderingStrategy, newScene, newSerie, newView, setPainterFactory
-
-
-
-
Method Detail
-
newAxe
public AxisBox newAxe(BoundingBox3d box, View view)
- Specified by:
newAxe
in interfaceIChartFactory
- Overrides:
newAxe
in classChartFactory
-
-