ShapePath.PathArcOperation
public
static
class
ShapePath.PathArcOperation
extends ShapePath.PathOperation
| java.lang.Object | ||
| ↳ | com.google.android.material.shape.ShapePath.PathOperation | |
| ↳ | com.google.android.material.shape.ShapePath.PathArcOperation | |
Path arc operation.
Summary
Fields | |
|---|---|
public
float |
bottom
|
public
float |
left
|
public
float |
right
|
public
float |
startAngle
|
public
float |
sweepAngle
|
public
float |
top
|
Inherited fields |
|---|
com.google.android.material.shape.ShapePath.PathOperation
|
Public constructors | |
|---|---|
ShapePath.PathArcOperation(float left, float top, float right, float bottom)
|
|
Public methods | |
|---|---|
void
|
applyToPath(Matrix transform, Path path)
|
Inherited methods | |
|---|---|
com.google.android.material.shape.ShapePath.PathOperation
| |
java.lang.Object
| |
Fields
bottom
float bottom
left
float left
right
float right
startAngle
float startAngle
sweepAngle
float sweepAngle
top
float top
Public constructors
ShapePath.PathArcOperation
ShapePath.PathArcOperation (float left,
float top,
float right,
float bottom)
| Parameters | |
|---|---|
left |
float |
top |
float |
right |
float |
bottom |
float |
Public methods
applyToPath
void applyToPath (Matrix transform,
Path path)
| Parameters | |
|---|---|
transform |
Matrix |
path |
Path |
Annotations
Interfaces
Classes
- CornerTreatment
- CutCornerTreatment
- EdgeTreatment
- InterpolateOnScrollPositionChangeHelper
- MaterialShapeDrawable
- RoundedCornerTreatment
- ShapeAppearanceModel
- ShapePath
- ShapePath.PathArcOperation
- ShapePath.PathLineOperation
- ShapePath.PathOperation
- ShapePath.PathQuadOperation
- ShapePathModel
- TriangleEdgeTreatment

