| Package | Description | 
|---|---|
| org.jzy3d.chart.controllers.targets | |
| org.jzy3d.chart.factories | |
| org.jzy3d.colors | The Color package provide tools for mapping colors on graphical objects in
two and three dimensions | 
| org.jzy3d.picking | |
| org.jzy3d.plot3d.primitives.interactive.tools | |
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | ColorMapperUpdater. update(Graph g,
      Scale scale) | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | IChartComponentFactory. newGraph(Scene scene,
        AbstractOrderingStrategy strategy,
        boolean sort) | 
| Graph | ChartComponentFactory. newGraph(Scene scene,
        AbstractOrderingStrategy strategy,
        boolean sort) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | OrderingStrategyScoreColorMapper. sceneGraph | 
| Constructor and Description | 
|---|
| OrderingStrategyScoreColorMapper(IColorMap colormap,
                                IColorMapperUpdatePolicy policy,
                                Graph sceneGraph,
                                Color factor) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PickingSupport. pickObjects(com.jogamp.opengl.GL gl,
           com.jogamp.opengl.glu.GLU glu,
           View view,
           Graph graph,
           IntegerCoord2d pickPoint) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<PolygonProjection> | ProjectionUtils. project(com.jogamp.opengl.GL gl,
       com.jogamp.opengl.glu.GLU glu,
       Camera cam,
       Graph g) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Graph | Scene. graph | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | Scene. getGraph()Get the scene graph attached to this scene. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Scene. setGraph(Graph graph)Attach a scene graph to this scene. | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph | View. getAnnotations() | 
Copyright © 2016. All rights reserved.