| Package | Description | 
|---|---|
| org.jzy3d.chart | |
| org.jzy3d.chart.controllers.mouse.selection | |
| org.jzy3d.chart.factories | |
| org.jzy3d.chart.graphs | |
| org.jzy3d.chart2d | |
| org.jzy3d.plot3d.primitives.axes | |
| org.jzy3d.plot3d.rendering.canvas | |
| org.jzy3d.plot3d.rendering.scene | |
| org.jzy3d.plot3d.rendering.view | Provides interfaces, abstract classes and concrete classes to perform rendering
of 3d objects into a canvas. | 
| org.jzy3d.plot3d.rendering.view.layout | |
| org.jzy3d.plot3d.text.overlay | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ICanvas | Chart. canvas | 
| Modifier and Type | Method and Description | 
|---|---|
| ICanvas | Chart. getCanvas() | 
| Modifier and Type | Method and Description | 
|---|---|
| View | ChartScene. newView(ICanvas canvas,
       Quality quality) | 
| Constructor and Description | 
|---|
| ChartView(IChartComponentFactory factory,
         Scene scene,
         ICanvas canvas,
         Quality quality) | 
| ChartView(Scene scene,
         ICanvas canvas,
         Quality quality) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Renderer2d | AWTAbstractMouseSelector. initRenderer2d(ICanvas c) | 
| Modifier and Type | Method and Description | 
|---|---|
| ICanvas | SwingChartComponentFactory. newCanvas(IChartComponentFactory factory,
         Scene scene,
         Quality quality,
         String windowingToolkit,
         com.jogamp.opengl.GLCapabilities capabilities)Deprecated.  | 
| ICanvas | NewtChartComponentFactory. newCanvas(IChartComponentFactory factory,
         Scene scene,
         Quality quality,
         String windowingToolkit,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| ICanvas | IChartComponentFactory. newCanvas(IChartComponentFactory factory,
         Scene scene,
         Quality quality,
         String chartType,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| ICanvas | ChartComponentFactory. newCanvas(IChartComponentFactory factory,
         Scene scene,
         Quality quality,
         String windowingToolkit,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| ICanvas | AWTChartComponentFactory. newCanvas(IChartComponentFactory factory,
         Scene scene,
         Quality quality,
         String windowingToolkit,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| ICanvas | IChartComponentFactory. newCanvas(Scene scene,
         Quality quality,
         String chartType,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| ICanvas | ChartComponentFactory. newCanvas(Scene scene,
         Quality quality,
         String windowingToolkit,
         com.jogamp.opengl.GLCapabilities capabilities) | 
| protected ICanvas | NewtChartComponentFactory. newCanvasAWT(IChartComponentFactory chartComponentFactory,
            Scene scene,
            Quality quality,
            com.jogamp.opengl.GLCapabilities capabilities,
            boolean traceGL,
            boolean debugGL)bypass reflection used in super implementation | 
| protected ICanvas | ChartComponentFactory. newCanvasAWT(IChartComponentFactory chartComponentFactory,
            Scene scene,
            Quality quality,
            com.jogamp.opengl.GLCapabilities capabilities,
            boolean traceGL,
            boolean debugGL) | 
| protected ICanvas | AWTChartComponentFactory. newCanvasAWT(IChartComponentFactory chartComponentFactory,
            Scene scene,
            Quality quality,
            com.jogamp.opengl.GLCapabilities capabilities,
            boolean traceGL,
            boolean debugGL)bypass reflection used in super implementation | 
| protected ICanvas | NewtChartComponentFactory. newCanvasSwing(IChartComponentFactory chartComponentFactory,
              Scene scene,
              Quality quality,
              com.jogamp.opengl.GLCapabilities capabilities,
              boolean traceGL,
              boolean debugGL)bypass reflection used in super implementation | 
| protected ICanvas | ChartComponentFactory. newCanvasSwing(IChartComponentFactory chartComponentFactory,
              Scene scene,
              Quality quality,
              com.jogamp.opengl.GLCapabilities capabilities,
              boolean traceGL,
              boolean debugGL) | 
| protected ICanvas | AWTChartComponentFactory. newCanvasSwing(IChartComponentFactory chartComponentFactory,
              Scene scene,
              Quality quality,
              com.jogamp.opengl.GLCapabilities capabilities,
              boolean traceGL,
              boolean debugGL)bypass reflection used in super implementation | 
| Modifier and Type | Method and Description | 
|---|---|
| View | NewtChartComponentFactory. newView(Scene scene,
       ICanvas canvas,
       Quality quality)The AWTView support Java2d defined components (tooltips, background
 images) | 
| View | IChartComponentFactory. newView(Scene scene,
       ICanvas canvas,
       Quality quality) | 
| View | ChartComponentFactory. newView(Scene scene,
       ICanvas canvas,
       Quality quality) | 
| View | AWTChartComponentFactory. newView(Scene scene,
       ICanvas canvas,
       Quality quality)The AWTView support Java2d defined components (tooltips, background
 images) | 
| Constructor and Description | 
|---|
| GraphView(IChartComponentFactory factory,
         Scene scene,
         ICanvas canvas,
         Quality quality) | 
| Modifier and Type | Method and Description | 
|---|---|
| View | Chart2dComponentFactory. newView(Scene scene,
       ICanvas canvas,
       Quality quality) | 
| Constructor and Description | 
|---|
| View2d(IChartComponentFactory factory,
      Scene scene,
      ICanvas canvas,
      Quality quality) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AxeBoxWithTxtRenderer. setExperimentalTextOverlayRenderer(ICanvas canvas)Initialize a text renderer that will reference the target canvas for
 getting its dimensions (in order to convert coordinates from OpenGL2 to
 Java2d). | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | IScreenCanvasAn  IScreenCanvasdefines a panel into which rendering occurs,
 and that can be integrated in an existing GUI. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CanvasAWTCanvasAWTis a base implementation that primarily allows to integrate
 a Jzy3d chart in an AWT application. | 
| class  | CanvasNewtAwtA Newt canvas wrapped in an AWT  Panel. | 
| class  | CanvasSwingDeprecated.  | 
| class  | OffscreenCanvasAn  ICanvasimplementation able to render the chart in an offscreen canvas,
 meaning no frame or GUI is needed to get a chart. | 
| class  | VoidCanvas | 
| Modifier and Type | Method and Description | 
|---|---|
| View | Scene. newView(ICanvas canvas,
       Quality quality)Instantiate a View attached to the given Canvas, and return its
 reference. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ICanvas | View. canvas | 
| Modifier and Type | Method and Description | 
|---|---|
| ICanvas | View. getCanvas() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ViewportConfiguration | ViewportBuilder. cell(ICanvas canvas,
    float left,
    float right,
    float bottom,
    float top) | 
| static ViewportConfiguration | ViewportBuilder. column(ICanvas canvas,
      float left,
      float right) | 
| Constructor and Description | 
|---|
| AWTView(IChartComponentFactory factory,
       Scene scene,
       ICanvas canvas,
       Quality quality) | 
| CroppingView(IChartComponentFactory factory,
            Scene scene,
            ICanvas canvas,
            Quality quality) | 
| SelectableView(IChartComponentFactory factory,
              Scene scene,
              ICanvas canvas,
              Quality quality) | 
| View(IChartComponentFactory factory,
    Scene scene,
    ICanvas canvas,
    Quality quality)Create a view attached to a Scene, with its own Camera and Axe. | 
| ViewportConfiguration(ICanvas canvas)A viewport configuration that occupies the complete canvas area. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ColorbarViewportLayout. computeSeparator(ICanvas canvas,
                List<ILegend> list) | 
| protected void | ColorbarViewportLayout. renderLegends(com.jogamp.opengl.GL gl,
             com.jogamp.opengl.glu.GLU glu,
             float left,
             float right,
             List<ILegend> data,
             ICanvas canvas)Renders the legend within the screen slice given by the left and right parameters. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TextOverlay. init(ICanvas canvas) | 
| protected void | SwingTextOverlay. init(ICanvas canvas) | 
| Constructor and Description | 
|---|
| SwingTextOverlay(ICanvas canvas) | 
| TextOverlay(ICanvas canvas) | 
Copyright © 2016. All rights reserved.