Interface Visualization

    • Method Detail

      • getLayer

        org.w3c.dom.Element getLayer()
        Get the SVG layer of the given visualization.
        Returns:
        layer
      • incrementalRedraw

        void incrementalRedraw()
        Request an update of the visualization.
      • fullRedraw

        void fullRedraw()
        Request a full redrawing of the visualization.
      • destroy

        void destroy()
        Destroy the visualization. Called after the elements have been removed from the document. Implementations should remove their listeners etc.