Class AbstractLayoutAlgorithm<V>

    • Method Detail

      • computeAverageVertexDimension

        protected <E> Dimension computeAverageVertexDimension​(org.jgrapht.Graph<V,​E> graph,
                                                              Function<V,​Rectangle> shapeFunction)
      • computeLayoutExtent

        protected Rectangle computeLayoutExtent​(LayoutModel<V> layoutModel)
        Compute the smallest Rectangle in the layout area containing vertices
        Parameters:
        layoutModel -
        Returns:
      • expandToFill

        protected void expandToFill​(LayoutModel<V> layoutModel,
                                    Rectangle occupiedRegion)
        Parameters:
        layoutModel -
        occupiedRegion -