|
Class Summary |
| ExportAction |
ExportAction is a LinkMapAction that offers the user the ability to export
the visual contents of a LinkMap to various export formats. |
| LinkMapAction |
LinkMapAction serves as a basis for Actions on a LinkMap. |
| OpenGraphAction |
OpenGraphAction is a LinkMapAction that offers the user the ability to open a
Graph XML file that will be displayed in the LinkMap. |
| PreferencesAction |
PreferencesAction is a LinkMapAction that toggles the visibility of a
LinkConfigPanel inside a JDialog. |
| SaveGraphAction |
SaveGraphAction is a LinkMapAction that offers the user the ability to save
the Graph currently displayed in the LinkMap. |
| ToggleShowingDirectionsAction |
ToggleShowingDirectionsAction toggles the visibility of the directions of the
LinkEdges, which is registered as a global boolean parameter inside the
LinkGraphRenderer. |
| ToggleShowingNamesAction |
ToggleShowingNamesAction toggles the visibility of the names of the
ModelObjectVertices, which is registered as a global boolean parameter inside
the LinkGraphRenderer. |
| ToggleShowingObjectWeightsAction |
ToggleShowingObjectWeightAction toggles whether the icons of the
ModelObjectVertices should be scaled according to weight or not, which is
registered as a parameter inside the LinkGraphRenderer. |
| ToggleShowingTypesAction |
ToggleShowingTypesAction toggles the visibility of the types of the Links,
which is registered as a global boolean parameter inside the
LinkGraphRenderer. |
| ZoomInAction |
A ZoomInAction increases, when invoked, the scale of the LinkGraphRenderer
with a constant factor. |
| ZoomNormalAction |
A ZoomNormalAction sets, when invoked, the scale of a LinkGraphRenderer to
its default value. |
| ZoomOutAction |
A ZoomOutAction decreases, when invoked, the scale of the LinkGraphRenderer
with a constant factor. |
| ZoomToFitAction |
A ZoomToFitAction sets the scale of a LinkGraphRenderer so that it precisely
fits in the current size of a given JScrollPane. |