ShapePath.PathLineOperation

public static class ShapePath.PathLineOperation
extends ShapePath.PathOperation

java.lang.Object
   ↳ com.google.android.material.shape.ShapePath.PathOperation
     ↳ com.google.android.material.shape.ShapePath.PathLineOperation


Straight line operation.

Summary

Inherited fields

Public constructors

PathLineOperation()

Public methods

void applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.

Inherited methods

Public constructors

PathLineOperation

public PathLineOperation ()

Public methods

applyToPath

public void applyToPath (Matrix transform, 
                Path path)

Applies the given transform to the provided path.

Parameters
transform Matrix

path Path