Package | Description |
---|---|
g2d.graphviewer |
This package contains the first generation GUI for jlambda applications dealing with graphs, mainly in this case PLA.
|
g2d.netviewer |
This package contains the second generation GUI for jlambda applications dealing with graphs, mainly in this case CTA and NPA.
|
g2d.pla |
This package contains the Pathway Logic Assistant.
|
Modifier and Type | Field and Description |
---|---|
protected GraphPanel |
AbstractBaseFrame.graphPanel |
Modifier and Type | Method and Description |
---|---|
GraphPanel |
AbstractBaseFrame.getGraphPanel() |
Constructor and Description |
---|
FileMenu(javax.swing.JFrame frame,
GraphPanel gpanel) |
GraphMenu(javax.swing.JFrame frame,
GraphPanel gpanel,
Textual sep) |
NavPanel(GraphPanel graphPanel) |
NavPanel(GraphPanel graphPanel,
int max_width,
int max_height) |
ToolBar(javax.swing.JFrame frame,
GraphPanel gpanel) |
ZoomMenu(javax.swing.JFrame frame,
GraphPanel gpanel) |
Modifier and Type | Class and Description |
---|---|
class |
NetGraphPanel |
Modifier and Type | Method and Description |
---|---|
GraphPanel |
NetContainer.getGraphPanel() |
Modifier and Type | Class and Description |
---|---|
class |
PLAGraphPanel |