Package org.jzy3d.chart
Class ChartScene
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.scene.Scene
-
- org.jzy3d.chart.ChartScene
-
public class ChartScene extends Scene
TheChartScene
providesChartView
to its target canvases and set aBarycentreOrderingStrategy
as polygon ordering method.- Author:
- Martin Pernollet
-
-
Constructor Summary
Constructors Constructor Description ChartScene(boolean graphsort, IChartFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
clearView(View view)
View
newView(ICanvas canvas, Quality quality)
Instantiate a View attached to the given Canvas, and return its reference.
-
-
-
Field Detail
-
nview
protected int nview
-
view
protected View view
-
-
Constructor Detail
-
ChartScene
public ChartScene(boolean graphsort, IChartFactory factory)
-
-