Class SatelliteAnimatedPickingGraphMousePlugin<V,E>

All Implemented Interfaces:
GraphMousePlugin, MouseListener, MouseMotionListener, EventListener

public class SatelliteAnimatedPickingGraphMousePlugin<V,E> extends AnimatedPickingGraphMousePlugin<V,E> implements MouseListener, MouseMotionListener
A version of the AnimatedPickingGraphMousePlugin that is for the SatelliteVisualizationViewer. The difference it that when you pick a Vertex in the Satellite View, the 'master view' is translated to move that Vertex to the center.
See Also:
  • Constructor Details

    • SatelliteAnimatedPickingGraphMousePlugin

      public SatelliteAnimatedPickingGraphMousePlugin()
      create an instance
    • SatelliteAnimatedPickingGraphMousePlugin

      public SatelliteAnimatedPickingGraphMousePlugin(int selectionModifiers)
  • Method Details