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 142498 - Need a way to print selected objects in UML diagram
Summary: Need a way to print selected objects in UML diagram
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-31 23:56 UTC by Peter Lam
Modified: 2017-08-20 05:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
print preview of class diagram (53.30 KB, image/png)
2008-07-31 23:58 UTC, Peter Lam
Details
Devoir 2 (6.38 KB, application/octet-stream)
2017-08-20 05:13 UTC, Miq
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-07-31 23:56:52 UTC
If the diagram is very big, printing a readable diagram would expand to a very big number of pages and still could not
find the specific page that shows the objects of interest to print. For example, the attached screenshot shows a class
diagram. If I print with zoom setting to 100% so I could read when printed, it expands to 77 pages. However, I'm only
interested in a few classes for printing. So, there should be a way to print only the selected objects from the diagram.
Comment 1 Peter Lam 2008-07-31 23:58:27 UTC
Created attachment 66230 [details]
print preview of class diagram
Comment 2 Vladimir Yaroslavskiy 2008-08-01 12:35:34 UTC
Print manager prints component marked as "print.printable" and invokes print() method for preview and printer output.
So, it is up to UML component what a data will be provided for the Print Manager.

Also you can use method printAction(PrintProvider [] providers) to specify the pages directly.
Comment 3 Miq 2017-08-20 05:13:35 UTC
Created attachment 164977 [details]
Devoir 2