Hi Maik,

Maik Sch�rer wrote:

1) ist it possible to change e.g. the grop/zoom mouse action in JSVGCanvas
from "Ctrl+left" mouse to "left mouse" ?
2) ist it possible to deactivate e.g. the rotate mouse action in JSVGCanvas
("Ctrl+right" mouse)

These are all provided by the JSVGCanvas. The JSVGCanvas is a "light weight" subclass of JSVGComponent that simply tries to provide some basic interaction. It does two major things.

1) It provides all the interactors for pan, zoom, rotate.
2) It provides tool-tip support.

   You have two routes you could go here.

        1) subclass JSVGCanvas and use the setEnable...Interactor
to turn off the interactors you didn't like, and just install your
own.
        2) subclass JSVGComponent and provide your own interactors
keybindings etc.  While there is a fair bit of code in JSVGCanvas
it is all pretty simple interface stuff.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to