在JFreeChart中,什么是缠绕规则?

In JFreeChart, what is a winding rule?

在JFreeChart中,什么是缠绕规则?

它的值有什么意义?

没有找到关于其用法的 javadoc 或示例。

按照建议, a winding rule applies to determining the interior of a path, typically for filling or intersecting. Because a GeneralPath can have one of , ShapeUtils must include it in the corresponding implementation of equal(), seen here. Similarly, SerialUtils must include the attribute when serializing a GeneralPath, as seen here