Class LayoutEvent<V,​E>


  • public class LayoutEvent<V,​E>
    extends java.lang.Object
    • Field Detail

      • vertex

        V vertex
    • Constructor Detail

      • LayoutEvent

        public LayoutEvent​(V vertex,
                           Graph<V,​E> graph)
    • Method Detail

      • getVertex

        public V getVertex()
      • setVertex

        public void setVertex​(V vertex)
      • getGraph

        public Graph<V,​E> getGraph()
      • setGraph

        public void setGraph​(Graph<V,​E> graph)