AW: [JSVGCanvas] repaint-mechanics

2003-02-19 Thread Lolling, Jan
mas E Deweese [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Februar 2003 12:26 An: Batik Users Betreff: RE: [JSVGCanvas] repaint-mechanics >>>>> "JL" == Lolling, Jan <[EMAIL PROTECTED]> writes: JL> How can I avoid invokating the auto-layout-methode from c

RE: [JSVGCanvas] repaint-mechanics

2003-02-19 Thread Thomas E Deweese
> "JL" == Lolling, Jan <[EMAIL PROTECTED]> writes: JL> How can I avoid invokating the auto-layout-methode from canvas. JL> As a result from zoom i need scrollbars and not only a new view to JL> the image. JL> My first attempt: JL> 1. add the JSVGCanvas into a viewport from scrollpane IL> 2

[JSVGCanvas] repaint-mechanics

2003-02-18 Thread Lolling, Jan
How can I avoid invokating the auto-layout-methode from canvas. As a result from zoom i need scrollbars and not only a new view to the image. My first attempt: 1. add the JSVGCanvas into a viewport from scrollpane 2. overwrite JSVGCanvas to implement Scollable-interface with getScrollableTracksV