문제

How does drawing large (10.000 nodes) graphs perform when using Eclipse GEF or Draw2D? The nodes can be drawn very simplistic (a circle); no labels and stuff.

Is using GEF/Draw2D feasible for this task?

도움이 되었습니까?

해결책

I'm not sure, but it is very easy to test.

Take a look at Zest, which is a graphing toolkit based on draw2d. There are some useful snippets provided. You can take one of those snippets, multiply the number of nodes drawn to 10K and see how it performs. From my experience with Zest, you should be up and running very quickly.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top