{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

PathParser


Summary

Public constructors

Cmn

Public functions

PathParser
Cmn
Unit
Cmn
PathParser

Parses the path string to create a collection of PathNode instances with their corresponding arguments

Cmn
MutableList<PathNode>
Cmn
Path
toPath(target: Path)
Cmn

Public constructors

PathParser

PathParser()

Public functions

addPathNodes

fun addPathNodes(nodes: List<PathNode>): PathParser

clear

fun clear(): Unit

parsePathString

fun parsePathString(pathData: String): PathParser

Parses the path string to create a collection of PathNode instances with their corresponding arguments

toNodes

fun toNodes(): MutableList<PathNode>

toPath

fun toPath(target: Path = Path()): Path