class |
JSVGCanvas.RotateAction |
A swing action to Rotate the canvas.
|
class |
JSVGCanvas.ScrollAction |
A swing action to Pan/scroll the canvas.
|
class |
JSVGCanvas.ScrollDownAction |
A swing action to scroll the canvas down,
by a fixed amount
|
class |
JSVGCanvas.ScrollLeftAction |
A swing action to scroll the canvas to the left,
by a fixed amount
|
class |
JSVGCanvas.ScrollRightAction |
A swing action to scroll the canvas to the right,
by a fixed amount
|
class |
JSVGCanvas.ScrollUpAction |
A swing action to scroll the canvas up,
by a fixed amount
|
class |
JSVGCanvas.ZoomAction |
A swing action to apply a zoom factor to the canvas.
|
class |
JSVGCanvas.ZoomInAction |
A swing action to zoom in the canvas.
|
class |
JSVGCanvas.ZoomOutAction |
A swing action to zoom out the canvas.
|