Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在使用 draw2d 库(不是 GEF)和 ScrollPane。此 ScrollPane 中呈现的图形是一种带有一些 Rectangles 和 Connections 的图表,滚动还可以,但对于大图表来说,滚动速度很慢。没有连接,一切都足够快。怎么做,滚动也随着使用的连接快速进行?
滚动某种图像的解决方案不适用,因为用户可以对图表进行一些修改,所以设置了图形的边界,矩形改变了位置。
提前致谢,
如果您提到的连接是数据库连接,那么您可以重用这些连接来创建更快的过程吗?此外,了解导致延迟的一种方法是分析应用程序并确定瓶颈。