| Package | Description |
|---|---|
| org.jzy3d.chart | |
| org.jzy3d.chart.controllers.mouse.selection | |
| org.jzy3d.chart.factories | |
| org.jzy3d.chart.graphs | |
| org.jzy3d.chart2d | |
| org.jzy3d.picking | |
| org.jzy3d.plot3d.primitives.axes | |
| org.jzy3d.plot3d.rendering.canvas | |
| org.jzy3d.plot3d.rendering.ordering | |
| 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.annotation | |
| org.jzy3d.plot3d.rendering.view.controllers |
| Modifier and Type | Class and Description |
|---|---|
class |
ChartView
A
ChartView allows displaying a 3d scene on the left,
and a set of AbstractDrawable's AWTLegend on the right. |
| Modifier and Type | Field and Description |
|---|---|
protected View |
ChartScene.view |
protected View |
Chart.view |
| Modifier and Type | Method and Description |
|---|---|
View |
Chart.getView() |
View |
Chart.newView() |
View |
ChartScene.newView(ICanvas canvas,
Quality quality) |
View |
Chart.view() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChartScene.clearView(View view) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AWTSphereMouseSelector.processSelection(Scene scene,
View view,
int width,
int height)
Make projection and match points belonging to selection.
|
protected void |
AWTScatterMouseSelector.processSelection(Scene scene,
View view,
int width,
int height)
Make projection and match points belonging to selection.
|
protected abstract void |
AWTAbstractMouseSelector.processSelection(Scene scene,
View view,
int width,
int height) |
| 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)
|
| Modifier and Type | Method and Description |
|---|---|
IAxe |
NewtChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
IAxe |
IChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
IAxe |
ContourChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
IAxe |
ChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
IAxe |
AWTLogChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
IAxe |
AWTChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
Renderer3d |
IChartComponentFactory.newRenderer(View view) |
Renderer3d |
ChartComponentFactory.newRenderer(View view) |
Renderer3d |
NewtChartComponentFactory.newRenderer(View view,
boolean traceGL,
boolean debugGL)
Provide AWT Texture loading for screenshots
|
Renderer3d |
IChartComponentFactory.newRenderer(View view,
boolean traceGL,
boolean debugGL) |
Renderer3d |
ChartComponentFactory.newRenderer(View view,
boolean traceGL,
boolean debugGL) |
Renderer3d |
AWTChartComponentFactory.newRenderer(View view,
boolean traceGL,
boolean debugGL)
Provide AWT Texture loading for screenshots
|
| Modifier and Type | Class and Description |
|---|---|
class |
GraphView |
| Modifier and Type | Class and Description |
|---|---|
class |
View2d |
| Modifier and Type | Method and Description |
|---|---|
View |
Chart2dComponentFactory.newView(Scene scene,
ICanvas canvas,
Quality quality) |
| Modifier and Type | Method and Description |
|---|---|
IAxe |
Chart2dComponentFactory.newAxe(BoundingBox3d box,
View view) |
| 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 | Field and Description |
|---|---|
protected View |
AxeBox.view |
| Modifier and Type | Method and Description |
|---|---|
View |
AxeBox.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
AxeBox.setView(View view)
When setting a current view, the AxeBox can know the view is on mode
CameraMode.TOP, and optimize some axis placement.
|
| Modifier and Type | Field and Description |
|---|---|
protected View |
VoidCanvas.view |
protected View |
OffscreenCanvas.view |
protected View |
CanvasSwing.view
Deprecated.
|
protected View |
CanvasNewtAwt.view |
protected View |
CanvasAWT.view |
| Modifier and Type | Method and Description |
|---|---|
View |
VoidCanvas.getView() |
View |
OffscreenCanvas.getView()
Provide a reference to the View that renders into this canvas.
|
View |
ICanvas.getView()
Returns a reference to the held view.
|
View |
CanvasSwing.getView()
Deprecated.
Provide a reference to the View that renders into this canvas.
|
View |
CanvasNewtAwt.getView()
Provide a reference to the View that renders into this canvas.
|
View |
CanvasAWT.getView()
Provide a reference to the View that renders into this canvas.
|
| Modifier and Type | Field and Description |
|---|---|
protected View |
AbstractOrderingStrategy.view |
| Modifier and Type | Method and Description |
|---|---|
View |
AbstractOrderingStrategy.getView() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderingStrategy.setView(View view) |
| Constructor and Description |
|---|
BarycentreOrderingStrategy(View view) |
| Modifier and Type | Field and Description |
|---|---|
protected Vector<View> |
Scene.views |
| 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 | Method and Description |
|---|---|
void |
Scene.clearView(View view) |
| Modifier and Type | Class and Description |
|---|---|
class |
AWTView |
class |
CroppingView |
class |
SelectableView
An handles 2d projection updates to ensure mouse is always computing
intersection with objects in a relevant state.
|
| Modifier and Type | Field and Description |
|---|---|
protected static View |
View.current |
protected View |
Renderer3d.view |
| Modifier and Type | Method and Description |
|---|---|
static View |
View.current() |
| Constructor and Description |
|---|
AWTRenderer3d(View view) |
AWTRenderer3d(View view,
boolean traceGL,
boolean debugGL) |
AWTRenderer3d(View view,
boolean traceGL,
boolean debugGL,
com.jogamp.opengl.glu.GLU glu) |
Renderer3d(View view)
Initialize a Renderer attached to the given View.
|
Renderer3d(View view,
boolean traceGL,
boolean debugGL)
Initialize a Renderer attached to the given View, and activate GL trace
and errors to console.
|
Renderer3d(View view,
boolean traceGL,
boolean debugGL,
com.jogamp.opengl.glu.GLU glu) |
| Modifier and Type | Field and Description |
|---|---|
protected View |
CameraPathAnnotation.view |
protected View |
CameraEyeOverlayAnnotation.view |
protected View |
CameraDistanceAnnotation.view |
| Constructor and Description |
|---|
CameraDistanceAnnotation(View view,
Color color) |
CameraEyeOverlayAnnotation(View view) |
CameraPathAnnotation(View view,
Color color) |
| Modifier and Type | Field and Description |
|---|---|
protected List<View> |
ViewCameraController.targets |
| Modifier and Type | Method and Description |
|---|---|
void |
ViewCameraController.addTarget(View target) |
void |
ViewCameraController.removeTarget(View target) |
| Constructor and Description |
|---|
ViewMouseController(View view) |
Copyright © 2016. All rights reserved.