Jamie wrote:
Action zoomIn =
svgCanvas.getActionMap().get(JSVGCanvas.ZOOM_IN_ACTION);
This is exactly what I wanted. Thank You.
Interactors are useful when you want to put UI over the top
of the SVG canvas. If you just want to do a 'fixed' action you
are better off not using interactors.
What do you mean by 'fixed'.
So you just always want to scale by say a factor of 2, as opposed
to the zoom interactors which allow the user to interactively select
how they want to document scaled.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]