Class VizUtils


  • public class VizUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VizUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JFrame showJComponent​(java.lang.String title, javax.swing.JComponent jComponent, boolean requestFocus)  
      static javax.swing.JFrame showVisualization​(Visualization<?> vis)  
      • Methods inherited from class java.lang.Object

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

      • VizUtils

        public VizUtils()
    • Method Detail

      • showVisualization

        public static javax.swing.JFrame showVisualization​(Visualization<?> vis)
      • showJComponent

        public static javax.swing.JFrame showJComponent​(java.lang.String title,
                                                        javax.swing.JComponent jComponent,
                                                        boolean requestFocus)