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.
我想知道 GWT 是否提供了一些友好的机制来完成这个演示所展示的内容。也许不拖,但我需要处理我之前在画布上绘制的形状的简单点击(可能是图像)
这对于 GwtCanvas 和 HtmlCanvas 都是不可能的。您必须手动检测单击位置并将其与绘制形状的托管状态进行比较。
可能有一个图书馆,但我不能提供任何建议。
您还可以考虑 SVG,它确实支持绘制项目的事件处理程序。