org.jzy3d.chart
Class ChartScene
java.lang.Object
org.jzy3d.plot3d.rendering.scene.Scene
org.jzy3d.chart.ChartScene
public class ChartScene
- extends Scene
The ChartScene
provides ChartView
to its target
canvases and set a BarycentreOrderingStrategy
as polygon
ordering method.
- Author:
- Martin Pernollet
Methods inherited from class org.jzy3d.plot3d.rendering.scene.Scene |
add, add, add, add, dispose, getGraph, getLightSet, remove, remove, remove, setGraph, setLightSet, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ChartScene
public ChartScene()
ChartScene
public ChartScene(boolean graphsort)
clear
public void clear()
newView
public View newView(ICanvas canvas,
Quality quality)
- Description copied from class:
Scene
- Instantiate a View attached to the given Canvas, and return its
reference.
- Overrides:
newView
in class Scene
clearView
public void clearView(View view)
- Overrides:
clearView
in class Scene