Package org.gnome.gsk

Enum Class FillRule

java.lang.Object
java.lang.Enum<FillRule>
org.gnome.gsk.FillRule
All Implemented Interfaces:
Enumeration, Serializable, Comparable<FillRule>, Constable

@Generated("io.github.jwharm.JavaGI") public enum FillRule extends Enum<FillRule> implements Enumeration
GskFillRule is used to select how paths are filled.

Whether or not a point is included in the fill is determined by taking a ray from that point to infinity and looking at intersections with the path. The ray can be in any direction, as long as it doesn't pass through the end point of a segment or have a tricky intersection such as intersecting tangent to the path.

(Note that filling is not actually implemented in this way. This is just a description of the rule that is applied.)

New entries may be added in future versions.