This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 108510 - Magnifier support
Summary: Magnifier support
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Graph (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 105060
  Show dependency tree
 
Reported: 2007-06-29 11:36 UTC by Sergey Petrov
Modified: 2007-10-18 11:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Patch (22.50 KB, patch)
2007-07-27 22:07 UTC, David Kaspar
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2007-06-29 11:36:04 UTC
see BPEL Diagram for sample of realization,
current overview window show full scene view, but with quite big diagrams you can see nothing because all objects and
lines are collapsed at very limited area it also affect performance because overview draw all object of big scene at once

I suggest to realize separate BirdSatelliteView or add support to current satellite view to show only reasonable part of
scene (for example 3x of current main view or configurable number) but still with ability to scroll to any part of scene
in this view.
Comment 1 David Kaspar 2007-07-27 22:07:55 UTC
Created attachment 45848 [details]
Patch
Comment 2 David Kaspar 2007-07-27 22:08:51 UTC
A patch has been added. The view can be created by Scene.createBirdView().show(). The test.bird.BirdViewTest example has
been added.
Asking for fast API review.
Comment 3 David Kaspar 2007-08-10 09:56:01 UTC
Fixed in main trunk.
Comment 4 Sergey Petrov 2007-10-17 23:29:21 UTC
If I got it right It's a magnifier instead of bird view which should be some view between curent diagram view and
satellite(full scene) view.
Comment 5 David Kaspar 2007-10-18 11:40:26 UTC
I assume you would like to have a current bird view but the view must not be implemented as a window that tracks mouse
cursor. Instead it should be a JComponent that could be used similarly to satellite view. If so, we should probably
leave this issue as resolved since it passed through the API review and create a new one. The new feature should be
available just by introducing a new Scene.createBirdSatelliteView method.
Comment 6 Sergey Petrov 2007-10-18 11:52:08 UTC
Ok, to change summary and mark s resolved with submitting new issue