Class TreeCollapser


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

      Constructors 
      Constructor Description
      TreeCollapser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void collapse​(Layout layout, Forest tree, java.lang.Object subRoot)  
      void expand​(Forest tree, Forest subTree)  
      • Methods inherited from class java.lang.Object

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

      • TreeCollapser

        public TreeCollapser()
    • Method Detail

      • collapse

        public void collapse​(Layout layout,
                             Forest tree,
                             java.lang.Object subRoot)
                      throws java.lang.InstantiationException,
                             java.lang.IllegalAccessException
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException
      • expand

        public void expand​(Forest tree,
                           Forest subTree)