ShapePath.PathLineOperation

public class ShapePath.PathLineOperation extends ShapePath.PathOperation


Straight line operation.

Summary

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 constructors

PathLineOperation

public PathLineOperation()

Public methods

applyToPath

public void applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.