ShapePath.PathQuadOperation

public class ShapePath.PathQuadOperation extends ShapePath.PathOperation


Path quad operation.

Summary

Public fields

float

This field is deprecated.

Use the class methods to interact with this field so internal state can be maintained.

float

This field is deprecated.

Use the class methods to interact with this field so internal state can be maintained.

float

This field is deprecated.

Use the class methods to interact with this field so internal state can be maintained.

float

This field is deprecated.

Use the class methods to interact with this field so internal state can be maintained.

Public constructors

Public methods

void
applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.

Inherited fields

From com.google.android.material.shape.ShapePath.PathOperation
final Matrix

A usable Matrix object for transformations.

Public fields

controlX

public float controlX

controlY

public float controlY

endX

public float endX

endY

public float endY

Public constructors

PathQuadOperation

public PathQuadOperation()

Public methods

applyToPath

public void applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.