GraphZoomScrollPane 和 VisualizationViewer 依赖项
我对我的 GraphZoomScrollPane 工作非常奇怪的情况感到震惊,在一些放大和缩小操作后滚动条突然消失。它们确实出来了,但尺寸不合适而且没有 Y?任何人都可以在这方面帮助我并让我知道缩放取决于哪些参数吗?我正在使用 JUNG PopupGraphMousePlugin
、ModalGraphMouse
、DefaultSettableVertexLocationFunction
、EdgeWeightStrokeFunction
。 非常感谢任何类型的文档或帮助。
I am struck up in situation where my GraphZoomScrollPane
is working really weierdly, where the scroll bars disappear suddenly after some zoom in and zoom out operations. They do come bak but with improper size and no Y? Can any one help me in this regard and let me know what are the parameters on which zooming depends? I am using JUNG PopupGraphMousePlugin
, ModalGraphMouse
, DefaultSettableVertexLocationFunction
, EdgeWeightStrokeFunction
.
Any sort of documentation or help is greatly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上面是负责缩放部分代码的部分代码。
请让我知道。到底哪里错了。
Above is the part of the code which is responsible for zooming part of the code.
please let me knw. Where is the wrong.