Class ChartView

  • Direct Known Subclasses:
    AWTView

    public class ChartView
    extends View
    A ChartView allows displaying a 3d scene on the left, and a set of Drawable's AWTLegend on the right.
    Author:
    Martin Pernollet
    • Method Detail

      • initInstance

        public void initInstance​(IChartFactory factory,
                                 Scene scene,
                                 ICanvas canvas,
                                 Quality quality)
        Description copied from class: View
        Initialize a view object. Invoked by constructor Method name is made clear to avoid confusion with View.init() which initialize open GL context.
        Overrides:
        initInstance in class View
      • render

        public void render()
        Set the camera held by this view, and draw the scene graph. Performs all transformations of eye, target coordinates to adapt the camera settings to the scaled scene.
        Overrides:
        render in class View