Package | Description |
---|---|
JSci.awt | |
JSci.Demos.CurveFitter | |
JSci.swing |
Modifier and Type | Class and Description |
---|---|
class |
ArgandDiagramModel
The ArgandDiagramModel provides a convenient implementation of
the Graph2DModel interface for creating Argand diagrams using
the LineGraph component.
|
class |
DefaultGraph2DModel
The DefaultGraph2DModel class provides a default implementation
of the Graph2DModel interface.
|
Modifier and Type | Field and Description |
---|---|
Graph2DModel |
CurveFitter.model |
Graph2DModel |
CurveFitterApplet.model |
protected Graph2DModel |
Graph2D.model
Data model.
|
Modifier and Type | Method and Description |
---|---|
Graph2DModel |
LineTraceModel1.getModel()
Gets the data sampled by this LineTrace.
|
Graph2DModel |
LineTrace.getModel()
Gets the data sampled by this LineTrace.
|
Graph2DModel |
Graph2D.getModel()
Returns the model used by this graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph2D.setModel(Graph2DModel gm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
Graph2D(Graph2DModel gm)
Constructs a 2D graph.
|
LineGraph(Graph2DModel gm)
Constructs a line graph.
|
ScatterGraph(Graph2DModel gm)
Constructs a scatter graph.
|
Modifier and Type | Field and Description |
---|---|
Graph2DModel |
CurveFitter.model |
Modifier and Type | Field and Description |
---|---|
protected Graph2DModel |
JGraph2D.model
Data model.
|
Modifier and Type | Method and Description |
---|---|
Graph2DModel |
JLineTrace.getModel()
Gets the data sampled by this JLineTrace.
|
Graph2DModel |
JGraph2D.getModel()
Returns the model used by this graph.
|
Modifier and Type | Method and Description |
---|---|
void |
JGraph2D.setModel(Graph2DModel gm)
Sets the data plotted by this graph to the specified data.
|
Constructor and Description |
---|
JGraph2D(Graph2DModel gm)
Constructs a 2D graph.
|
JLineGraph(Graph2DModel gm)
Constructs a line graph.
|
JScatterGraph(Graph2DModel gm)
Constructs a scatter graph.
|