Class GEMLayoutAlgorithm<V,​E>

    • Field Detail

      • verticalSpacing

        public int verticalSpacing
      • horizontalSpacing

        public int horizontalSpacing
      • multi

        public int multi
      • maxIterations

        protected int maxIterations
      • adjustToFit

        protected boolean adjustToFit
    • Constructor Detail

      • GEMLayoutAlgorithm

        public GEMLayoutAlgorithm()
    • Method Detail

      • visit

        public void visit​(LayoutModel<V> layoutModel)
        Description copied from class: AbstractIterativeLayoutAlgorithm
        because the IterativeLayoutAlgorithms use multithreading to continuously update vertex positions, the layoutModel state is saved (during the visit method) so that it can be used continuously
        Specified by:
        visit in interface LayoutAlgorithm<V>
        Overrides:
        visit in class AbstractIterativeLayoutAlgorithm<V>
        Parameters:
        layoutModel - the mediator between the container for vertices (the Graph) and the mapping from Vertex to Point
      • done

        public boolean done()
        Specified by:
        done in interface IterativeContext
        Returns:
        true if this iterative process is finished, and false otherwise.
      • clusterGraph

        public Set<org.jgrapht.Graph<V,​E>> clusterGraph​(org.jgrapht.Graph<V,​E> original)
        Clusters given graph into subgraphs.
      • initialize

        public void initialize()
        Runs the layout.
      • runClustered

        public void runClustered​(Set<org.jgrapht.Graph<V,​E>> subgraphs)
        Layout subgraphs on separate places.