Package | Description |
---|---|
JSci.awt | |
JSci.swing |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGraph3DModel
The DefaultGraph3DModel class provides a default implementation
of the Graph3DModel interface.
|
Modifier and Type | Field and Description |
---|---|
protected Graph3DModel |
LineGraph3D.model |
Modifier and Type | Method and Description |
---|---|
void |
LineGraph3D.setModel(Graph3DModel gm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
LineGraph3D(Graph3DModel data)
Constructs a 3D line graph.
|
Modifier and Type | Field and Description |
---|---|
protected Graph3DModel |
JLineGraph3D.model |
Modifier and Type | Method and Description |
---|---|
void |
JLineGraph3D.setModel(Graph3DModel gm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
JLineGraph3D(Graph3DModel data)
Constructs a 3D line graph.
|