Thomas DeWeese wrote:
> Take a look at batik.apps.svgbrowser.JSVGViewerFrame It has a
> complete implementation that you can either subclass that or just
> copy it. I'll look into providing an Adapter implementation.
JSVGViewerFrame should do the trick for me, but an Adapter in the
future would b
George Armhold wrote:
Thomas DeWeese wrote:
> What you really have is an interactor that can do one of two things.
> On mouse down your interactor starts, if the mouse moves you setup
> to add a line, when the mouse goes up - if there has been motion you
> want to draw the line - if there has
Thomas DeWeese wrote:
> What you really have is an interactor that can do one of two things.
> On mouse down your interactor starts, if the mouse moves you setup
> to add a line, when the mouse goes up - if there has been motion you
> want to draw the line - if there has not been motion you want t
George Armhold wrote:
First of all, thanks for the very speedy response!
Thomas DeWeese wrote:
Interactors are intended to be used for modal interaction. If
you aren't interested in being modal you can use normal AWT event
stuff.
Sorry to be obtuse, but what exactly do you mean by "modal
i
First of all, thanks for the very speedy response!
Thomas DeWeese wrote:
Interactors are intended to be used for modal interaction. If
you aren't interested in being modal you can use normal AWT event
stuff.
Sorry to be obtuse, but what exactly do you mean by "modal
interaction"? Here's wha
George Armhold wrote:
A couple of questions about Interactor & Overlay.
1) When I add an Interator to a JSVGComponent why does my
LinkActivationListener stop responding? If I modify my Interactor
to always return false from startInteraction() my
LinkActivationListener starts working agai
A couple of questions about Interactor & Overlay.
1) When I add an Interator to a JSVGComponent why does my
LinkActivationListener stop responding? If I modify my Interactor
to always return false from startInteraction() my
LinkActivationListener starts working again. Apparently when on