Class InternalFrameSatelliteViewDemo


  • public class InternalFrameSatelliteViewDemo
    extends java.lang.Object
    Similar to the SatelliteViewDemo, but using JInternalFrame.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) javax.swing.JDesktopPane desktop  
      (package private) javax.swing.JInternalFrame dialog  
      (package private) Graph<java.lang.String,​java.lang.Number> graph
      the graph
      (package private) static java.lang.String instructions  
      (package private) VisualizationViewer<java.lang.String,​java.lang.Number> satellite  
      (package private) VisualizationViewer<java.lang.String,​java.lang.Number> vv
      the visual component and renderer for the graph
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalFrameSatelliteViewDemo()
      create an instance of a simple graph with controls to demo the zoom features.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • graph

        Graph<java.lang.String,​java.lang.Number> graph
        the graph
      • vv

        VisualizationViewer<java.lang.String,​java.lang.Number> vv
        the visual component and renderer for the graph
      • dialog

        javax.swing.JInternalFrame dialog
      • desktop

        javax.swing.JDesktopPane desktop
    • Constructor Detail

      • InternalFrameSatelliteViewDemo

        public InternalFrameSatelliteViewDemo()
        create an instance of a simple graph with controls to demo the zoom features.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)