Stay organized with collections
Save and categorize content based on your preferences.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# androidx.graphics.path\n======================\n\n*** ** * ** ***\n\n[Kotlin](/reference/kotlin/androidx/graphics/path/package-summary \"View this page in Kotlin\") \\|Java\n\nClasses\n-------\n\n|--------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [PathIterator](/reference/androidx/graphics/path/PathIterator) | A path iterator can be used to iterate over all the [segments](/reference/androidx/graphics/path/PathSegment) that make up a path. |\n| [PathSegment](/reference/androidx/graphics/path/PathSegment) | A path segment represents a curve (line, cubic, quadratic or conic) or a command inside a fully formed [path](https://developer.android.com/reference/android/graphics/Path.html) object. |\n| [PathSegmentUtilities](/reference/androidx/graphics/path/PathSegmentUtilities) | |\n| [PathUtilities](/reference/androidx/graphics/path/PathUtilities) | |\n\nEnums\n-----\n\n|------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [PathIterator.ConicEvaluation](/reference/androidx/graphics/path/PathIterator.ConicEvaluation) | |\n| [PathSegment.Type](/reference/androidx/graphics/path/PathSegment.Type) | Type of a given segment in a [path](https://developer.android.com/reference/android/graphics/Path.html), either a command ([Type.Move](/reference/androidx/graphics/path/PathSegment.Type#Move), [Type.Close](/reference/androidx/graphics/path/PathSegment.Type#Close), [Type.Done](/reference/androidx/graphics/path/PathSegment.Type#Done)) or a curve ([Type.Line](/reference/androidx/graphics/path/PathSegment.Type#Line), [Type.Cubic](/reference/androidx/graphics/path/PathSegment.Type#Cubic), [Type.Quadratic](/reference/androidx/graphics/path/PathSegment.Type#Quadratic), [Type.Conic](/reference/androidx/graphics/path/PathSegment.Type#Conic)). |"]]