org.jzy3d.chart.graphs
Class GraphChart

java.lang.Object
  extended by org.jzy3d.chart.Chart
      extended by org.jzy3d.chart.graphs.GraphChart

public class GraphChart
extends Chart


Field Summary
 
Fields inherited from class org.jzy3d.chart.Chart
canvas, capabilities, controllers, DEFAULT_QUALITY, DEFAULT_WINDOWING_TOOLKIT, previousViewPointFree, previousViewPointProfile, previousViewPointTop, scene, view
 
Constructor Summary
GraphChart()
           
GraphChart(Quality quality)
           
GraphChart(Quality quality, String chartType)
           
GraphChart(String chartType)
           
 
Method Summary
protected  ChartScene initializeScene(boolean graphsort)
          Provides a concrete scene.
 
Methods inherited from class org.jzy3d.chart.Chart
addController, addDrawable, addDrawable, addDrawable, addDrawable, addRenderer, clear, clearControllerList, dispose, flip, getAxeLayout, getCanvas, getCapabilities, getControllers, getScale, getScene, getView, getViewMode, getViewPoint, initializeCanvas, removeController, removeDrawable, removeDrawable, removeRenderer, render, screenshot, setAxeDisplayed, setScale, setScale, setViewMode, setViewPoint, stopAnimator, updateProjectionsAndRender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphChart

public GraphChart()

GraphChart

public GraphChart(Quality quality,
                  String chartType)

GraphChart

public GraphChart(Quality quality)

GraphChart

public GraphChart(String chartType)
Method Detail

initializeScene

protected ChartScene initializeScene(boolean graphsort)
Description copied from class: Chart
Provides a concrete scene. This method shoud be overriden to inject a custom scene, which may rely on several views, and could enhance manipulation of scene graph.

Overrides:
initializeScene in class Chart