Class BasicGraphUI.GraphIncrementAction

java.lang.Object
javax.swing.AbstractAction
org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
BasicGraphUI

public class BasicGraphUI.GraphIncrementAction extends AbstractAction
GraphIncrementAction is used to handle up/down actions.
See Also:
  • Field Details

    • direction

      protected int direction
      Specifies the direction to adjust the selection by.
  • Method Details