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.
我记得在 Java2D 中我可以创建一个笔画,它是图像流或复杂形状。
我想知道这在 JavaFX 中是否也是可能的。如果是,如何?
如何创建像图像一样的笔触?
将形状的笔触设置为ImagePattern,您将拥有统一图案的笔触。
查看您问题中的图片,图案似乎被扭曲(在内曲线上被挤压并在外曲线上被拉伸)。
与上述图案化技术相结合的DisplacementMap可能会用于产生类似的失真。