如何调整 servlet 生成的 GWT 图像的大小?

发布于 2024-11-18 23:12:47 字数 196 浏览 1 评论 0原文


我有一个 servlet,它使用数据库中的数据生成 PNG...然后在我的 GWT 应用程序中,我使用 servlet URL 来获取图像,所有这些工作都完美,但问题是我无法修改图像的大小以适应由于图像是从 servlet 生成的,所以保留给它的框。有没有一种方法可以在生成图像时修改尺寸?或者可能是设置图像大小的客户端解决方案? 我有什么想法怎么做吗? 提前致谢,


I have a servlet that generates PNG using data in database...then in my GWT Application i use the servlet URL to get the image, all of this work perfectly, but the problem is i can't modify the size of image to fit the box reserved to it since the image is generated from servlet.Is there a method to modify dimensions when generating image? or may be client side solution to setup image's size?
Any ideas how I'd do this?
Thanks in advance,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

累赘 2024-11-25 23:12:47

我假设您正在将其加载到 gwt Image 小部件中。如果是这样,只需在客户端使用 setWidth( "10px")setHeight( "10px") 的 widget 函数即可。

I am assuming you are loading it in a gwt Image widget. If so, just use the widget functions of setWidth( "10px") and setHeight( "10px") on the client side.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文