Package | Description |
---|---|
org.jzy3d.chart.factories | |
org.jzy3d.chart2d | |
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 |
AWTLogChartComponentFactory.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 | 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. |
class |
LogAxeBox
TODO :
have vertexGL method to override only this in LogAxeBox
methode drawAxis avec plein d'argument devrait avoir un helper pour tous les passer
Toutes les primitives QUad, Point doivent ĂȘtre des geometries et se basser sur vertexGL
The AxeBox displays a box with front face invisible and ticks labels.
|
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 |
---|---|
void |
View.setAxe(IAxe ax) |
Copyright © 2016. All rights reserved.