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

PathNode

Known direct subclasses

Class representing a singular path command in a vector.

Summary

Nested types

Protected constructors

PathNode(isCurve: Boolean, isQuad: Boolean)
Cmn

Public properties

Boolean

whether this command is a curve command

Cmn
Boolean

whether this command is a quad command

Cmn

Protected constructors

PathNode

protected PathNode(isCurve: Boolean = false, isQuad: Boolean = false)

Public properties

isCurve

val isCurveBoolean

whether this command is a curve command

isQuad

val isQuadBoolean

whether this command is a quad command