Package | Description |
---|---|
org.jzy3d.chart.factories | |
org.jzy3d.chart2d | |
org.jzy3d.painters | |
org.jzy3d.plot3d.primitives.axes | |
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 |
---|---|
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 |
AWTChartComponentFactory.newAxe(BoundingBox3d box,
View view) |
Modifier and Type | Class and Description |
---|---|
class |
AxeBox2d |
Modifier and Type | Method and Description |
---|---|
IAxe |
Chart2dComponentFactory.newAxe(BoundingBox3d box,
View view) |
Modifier and Type | Method and Description |
---|---|
IAxe |
Painter.getAxe() |
IAxe |
NativeEmbeddedPainter.getAxe() |
IAxe |
NativeDesktopPainter.getAxe() |
Modifier and Type | Class and Description |
---|---|
class |
AxeBase
An AxeBase provide a simple 3-segment object which is configured by a
BoundingBox.
|
class |
AxeBox
The AxeBox displays a box with front face invisible and ticks labels.
|
class |
AxeBoxWithTxtRenderer
The AxeBox displays a box with front face invisible and ticks labels.
|
class |
ContourAxeBox
An axe box for displaying a contour map that
remains on bottom of the box, whatever the box scale is.
|
class |
FeedbackBufferAxeBox
This
AxeBox implementation was the first to appear in Jzy3d. |
Modifier and Type | Field and Description |
---|---|
protected IAxe |
View.axe |
Modifier and Type | Method and Description |
---|---|
IAxe |
View.getAxe() |
Modifier and Type | Method and Description |
---|---|
protected void |
View.renderAxeBox(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
IAxe axe,
Scene scene,
Camera camera,
Coord3d scaling,
boolean axeBoxDisplayed) |
protected void |
AWTView.renderAxeBox(com.jogamp.opengl.GL gl,
com.jogamp.opengl.glu.GLU glu,
IAxe axe,
Scene scene,
Camera camera,
Coord3d scaling,
boolean axeBoxDisplayed) |
void |
View.setAxe(IAxe ax) |
Copyright © 2018. All rights reserved.