Package org.gnome.gsk

Enum Class PathDirection

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

@Generated("io.github.jwharm.JavaGI") public enum PathDirection extends Enum<PathDirection> implements Enumeration
The values of the GskPathDirection enum are used to pick one of the four tangents at a given point on the path.

Note that the directions for GSKPATHFROMSTART/GSKPATHTOEND and GSKPATHTOSTART/GSKPATHFROMEND will coincide for smooth points. Only sharp turns will exhibit four different directions.

<picture> <source srcset="directions-dark.png" media="(prefers-color-scheme: dark)"> <img alt="Path Tangents" src="directions-light.png"> </picture>