

Public Member Functions | |
| JPanel | getPlotPanel () |
| Plotter | getPlotter (Class c) |
| void | setPlotter (Class c, Plotter p) |
| void | plot (Object ob) |
| IPlotter | getIPlotter () |
Static Public Member Functions | |
| static PlotterManager | instance () |
| Creates a new instance of PlotterManager. | |
Private Member Functions | |
| PlotterManager () | |
| Creates a new instance of PlotterMap. | |
Private Attributes | |
| JPanel | panel |
| IPlotter | iplotter |
| HashMap | map = new HashMap() |
Static Private Attributes | |
| static PlotterManager | instance |
Definition at line 21 of file GuiComponents/GuiComponents/plotter/jasimp/PlotterManager.java.
1.4.6