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.
据我了解,Dojox.gfx 中的组被定义为让我们在 gfx api 中分层。因为每个组都是不同的 Z 顺序。是真的吗?或者我们还有其他适用于 gfx api 的层吗?
哪个是 Dojo 图形中图层的最佳选择?
是的,组中的所有内容都在同一个 z-index 中,并且组在不同的 z-index 中。您可以创建 z 堆叠图形并使用每个组的引用,为给定的一组组设置显示属性,以便根据事件组成图形。通过这种方式,您可以使用 dojox.gfx 组合、缩放、旋转和转换图形组。