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

PathNode.RelativeQuadTo

public final class PathNode.RelativeQuadTo extends PathNode

java.lang.Object
   ↳ androidx.compose.ui.graphics.vector.PathNode
     ↳ androidx.compose.ui.graphics.vector.PathNode.RelativeQuadTo

Summary

Public constructors

RelativeQuadTo(float dx1, float dy1, float dx2, float dy2)

Public methods

final float
final float
final float
final float

Inherited methods

From androidx.compose.ui.graphics.vector.PathNode
final boolean

whether this command is a curve command

final boolean

whether this command is a quad command

Public constructors

RelativeQuadTo

public RelativeQuadTo(float dx1, float dy1, float dx2, float dy2)

Public methods

getDx1

public final float getDx1()

getDx2

public final float getDx2()

getDy1

public final float getDy1()

getDy2

public final float getDy2()