This class is designed to create component to display a graph. More...

Public Member Functions | |
| Graph (jscicalc.ReadOnlyCalculatorApplet applet) | |
| The constructor needs to know about the calculator. | |
| void | setLocus (OObject oobject) |
| Set a locus from an OObject. | |
| void | updateMenu () |
| Update the menu. | |
Private Attributes | |
| Menu | menu |
| The menu. | |
| Model | model |
| The Model. | |
| View | view |
| The View. | |
Static Private Attributes | |
| static final long | serialVersionUID = 1L |
This class is designed to create component to display a graph.
| jscicalc.graph.Graph.Graph | ( | jscicalc.ReadOnlyCalculatorApplet | applet | ) |
The constructor needs to know about the calculator.
| applet | The calculator applet |
References jscicalc.graph.Graph.menu, jscicalc.graph.Graph.model, and jscicalc.graph.Graph.view.
| void jscicalc.graph.Graph.setLocus | ( | OObject | oobject | ) |
Set a locus from an OObject.
| oobject | The OObject |
References jscicalc.graph.Graph.model, jscicalc.graph.Model.reset(), and jscicalc.graph.Graph.view.
| void jscicalc.graph.Graph.updateMenu | ( | ) |
Update the menu.
Called by view wehn size of frame changes.
References jscicalc.graph.Graph.menu, and jscicalc.graph.Menu.updateSizes().
Referenced by jscicalc.graph.View.paintComponent().
Menu jscicalc.graph.Graph.menu [private] |
The menu.
Referenced by jscicalc.graph.Graph.Graph(), and jscicalc.graph.Graph.updateMenu().
Model jscicalc.graph.Graph.model [private] |
The Model.
Referenced by jscicalc.graph.Graph.Graph(), and jscicalc.graph.Graph.setLocus().
final long jscicalc.graph.Graph.serialVersionUID = 1L [static, private] |
View jscicalc.graph.Graph.view [private] |
The View.
Referenced by jscicalc.graph.Graph.Graph(), and jscicalc.graph.Graph.setLocus().
1.7.1