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
See Also:
  • Constructor Details

    • ScrollRightAction

      public ScrollRightAction(int inc)