Class VerticalAlignmentDeprecated<V,​E>

    • Constructor Detail

      • VerticalAlignmentDeprecated

        protected VerticalAlignmentDeprecated​(LV<V>[][] layers,
                                              org.jgrapht.Graph<LV<V>,​LE<V,​E>> svGraph,
                                              Set<LE<V,​E>> markedSegments)
    • Method Detail

      • alignSegmentVertexMoveCursor

        protected int alignSegmentVertexMoveCursor​(org.jungrapht.visualization.layout.algorithms.eiglsperger.SegmentVertex<V> segmentVertex,
                                                   LV<V> vertex)
      • pos

        protected int pos​(LV<V> v)
        Overrides:
        pos in class VerticalAlignment<V,​E>
        Parameters:
        v - vertix to get pos for
        Returns:
        the pos (not index in rank) of the passed vertex
      • idx

        protected int idx​(LV<V> v)
        Parameters:
        v - vertix to get pos for
        Returns:
        the pos (index in rank) of the passed vertex