Class AbstractTreeLayoutAlgorithm<V>

    • Field Detail

      • rootPredicate

        protected Predicate<V> rootPredicate
        the {}@link Predicate} to determine root vertices
      • defaultRootPredicate

        protected Predicate<V> defaultRootPredicate
      • rootComparator

        protected Comparator<V> rootComparator
      • visitedVertices

        protected Set<V> visitedVertices
      • neighborCache

        protected org.jgrapht.alg.util.NeighborCache<V,​?> neighborCache
      • baseBounds

        protected Map<V,​Rectangle> baseBounds
        a {}@link Map} of vertex to a Rectangle that will contain the vertex and all of its children
      • horizontalVertexSpacing

        protected int horizontalVertexSpacing
        The horizontal vertex spacing. Defaults to DEFAULT_HORIZONTAL_VERTEX_SPACING.
      • verticalVertexSpacing

        protected int verticalVertexSpacing
        The vertical vertex spacing. Defaults to DEFAULT_VERTICAL_VERTEX_SPACING.
      • vertexBoundsFunction

        protected Function<V,​Rectangle> vertexBoundsFunction
        if provided (non-null) then the horizontalVertexSpacing and verticalVertexSpacing values will be replaced by 2 times the average width and height of all vertex shapes
      • expandLayout

        protected boolean expandLayout
        if true then expand the layout size to accomodate the entire tree.
      • correctOverlap

        protected boolean correctOverlap
        if true then move vertices that overlap non-incident edges