ShapePath.PathArcOperation

public class ShapePath.PathArcOperation extends ShapePath.PathOperation


Path arc 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.

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

PathArcOperation(float left, float top, float right, float bottom)

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

bottom

public float bottom

left

public float left

right

public float right

startAngle

public float startAngle

sweepAngle

public float sweepAngle

top

public float top

Public constructors

PathArcOperation

public PathArcOperation(float left, float top, float right, float bottom)

Public methods

applyToPath

public void applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.