Class JSVGCanvas.ScrollRightAction

All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action
Enclosing class:
JSVGCanvas

public class JSVGCanvas.ScrollRightAction extends JSVGCanvas.ScrollAction
A swing action to scroll the canvas to the right, by a fixed amount
Version:
$Id: JSVGCanvas.java 1851346 2019-01-15 13:41:00Z ssteiner $
See Also:
  • Constructor Details

    • ScrollRightAction

      public ScrollRightAction(int inc)