- This topic has 11 replies, 3 voices, and was last updated 18 years, 5 months ago by Riyad Kalla.
-
AuthorPosts
-
Michael FlanakinMemberI’m not sure if someone else’s posted about this or not, but the exported image from the UML class diagram is too small. The property and method names aren’t readable by any means.
Riyad KallaMemberGot it filed
lukmanphMember@support-rkalla wrote:
Got it filed
am having the same problem when exporting a uml diagram.
my environment is
Eclipse 3.1.2
MyEclipseIDE 4.1.2
jdk 1.5is this issue already solved?
thanks
Patria
Riyad KallaMemberPatria,
Can you give me an example of a diagram you are having a problem with? I just opened up a test diagram I have and exported it, and the exported image looked identical to the diagram and was easy to read. Of course you can adjust the default font sizes under the UML editor preferences if you’d like them larger.
lukmanphMemberHi Riyad, am trying to export a sequence activity diagram as a gif file and paste into a Word document. the size of the image is really small, making it unreadable….
Riyad KallaMemberHow does it look when you view just the GIF before you paste it into your word doc? It’s possible that when you paste it Word is scaling it down.
lukmanphMemberhi Riyad
i gave up on that one, and am trying other uml diagramms.
however, i have a question: when doing the reverse-engineering of a class, does it normally take several minutes to display it in the repositoire??
thanks
Riyad KallaMemberdepends on how many classes, you should see a dialog showing you reverse progress then when it’s done in the outline you should see all your entities.
Are you seeing something else occur?
lukmanphMembersorry, i meant, i was using the drap&drop facility not the reverse engineering, but it still takes some time to place it in the repositoire.is this normal??
Riyad KallaMember“takes some time”, what do you mean? The dialog takes a while to reverse engineer or the dialog pops up, then goes away then you have to wait like 3 minutes then the elements magically appear in the outline?
lukmanphMemberwell, when i drag&drop a class into the uml repository it takes like 5 min or more till the graphical element to appear in the outline… however, when doing reverse-engineering it takes less time but it’s bit long the process when you just want to reverse-engineer one or 2 classes and not the whole hierarchy…
thanks for your time
Patria
Riyad KallaMemberPatria,
Can you paste the code for an example class, I’ll duplicate it over here. If the class is sufficiently complex and references a huge number of other classes and you had your workspace on a network drive or something like that, i could definately see that operation taking a long time. But if it’s a simple POJO or something, it should be instant. -
AuthorPosts