PathSegmentUtilities

Added in 1.0.0

public final class PathSegmentUtilities


Summary

Public methods

static final @NonNull PathSegment

A PathSegment containing the Close command.

static final @NonNull PathSegment

A PathSegment containing the Done command.

Public methods

getCloseSegment

public static final @NonNull PathSegment getCloseSegment()

A PathSegment containing the Close command. This static object exists to avoid allocating a new segment when returning a Close result from PathIterator.next.

getDoneSegment

public static final @NonNull PathSegment getDoneSegment()

A PathSegment containing the Done command. This static object exists to avoid allocating a new segment when returning a Done result from PathIterator.next.