Class Sitemap


  • public class Sitemap
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      class  Sitemap.Link  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sitemap​(Page rootPage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void draw​(java.io.Writer w)  
      java.util.LinkedList<Sitemap.Link> getLinks()  
      • Methods inherited from class java.lang.Object

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

      • Sitemap

        public Sitemap​(Page rootPage)
    • Method Detail

      • draw

        public void draw​(java.io.Writer w)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getLinks

        public java.util.LinkedList<Sitemap.Link> getLinks()