Package org.gnome.gsk

Enum Class PathForeachFlags

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

@Generated("io.github.jwharm.JavaGI") public enum PathForeachFlags extends Enum<PathForeachFlags> implements Enumeration
Flags that can be passed to gsk_path_foreach() to influence what kinds of operations the path is decomposed into.

By default, Path.foreach(java.util.Set<org.gnome.gsk.PathForeachFlags>, org.gnome.gsk.PathForeachFunc) will only emit a path with all operations flattened to straight lines to allow for maximum compatibility. The only operations emitted will be GSK_PATH_MOVE, GSK_PATH_LINE and GSK_PATH_CLOSE.