Package edu.uci.ics.jung.samples
Class InternalFrameSatelliteViewDemo
java.lang.Object
edu.uci.ics.jung.samples.InternalFrameSatelliteViewDemo
Similar to the SatelliteViewDemo, but using JInternalFrame.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) JDesktopPane
(package private) JInternalFrame
the graph(package private) static final String
(package private) VisualizationViewer
<String, Number> (package private) VisualizationViewer
<String, Number> the visual component and renderer for the graph -
Constructor Summary
ConstructorsConstructorDescriptioncreate an instance of a simple graph with controls to demo the zoom features. -
Method Summary
-
Field Details
-
instructions
- See Also:
-
graph
the graph -
vv
the visual component and renderer for the graph -
satellite
VisualizationViewer<String,Number> satellite -
dialog
JInternalFrame dialog -
desktop
JDesktopPane desktop
-
-
Constructor Details
-
InternalFrameSatelliteViewDemo
public InternalFrameSatelliteViewDemo()create an instance of a simple graph with controls to demo the zoom features.
-
-
Method Details
-
main
-