Class LayoutEvent<V,E>

java.lang.Object
edu.uci.ics.jung.visualization.layout.LayoutEvent<V,E>

public class LayoutEvent<V,E> extends Object
  • Field Details

    • vertex

      V vertex
    • graph

      Graph<V,E> graph
  • Constructor Details

    • LayoutEvent

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

    • getVertex

      public V getVertex()
    • setVertex

      public void setVertex(V vertex)
    • getGraph

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

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