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
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
left
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
right
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
startAngle
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
sweepAngle
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
top
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
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)
Applies the given |
Inherited methods | |
---|---|
![]()
com.google.android.material.shape.ShapePath.PathOperation
| |
![]()
java.lang.Object
|
Fields
bottom
float bottom
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
left
float left
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
right
float right
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
startAngle
float startAngle
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
sweepAngle
float sweepAngle
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
top
float top
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
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)
Applies the given transform
to the provided path
.
Parameters | |
---|---|
transform |
Matrix |
path |
Path |
Annotations
Interfaces
Classes
- AbsoluteCornerSize
- CornerTreatment
- CutCornerTreatment
- EdgeTreatment
- InterpolateOnScrollPositionChangeHelper
- MarkerEdgeTreatment
- MaterialShapeDrawable
- MaterialShapeUtils
- OffsetEdgeTreatment
- RelativeCornerSize
- RoundedCornerTreatment
- ShapeAppearanceModel
- ShapeAppearanceModel.Builder
- ShapeAppearancePathProvider
- ShapePath
- ShapePath.PathArcOperation
- ShapePath.PathCubicOperation
- ShapePath.PathLineOperation
- ShapePath.PathOperation
- ShapePath.PathQuadOperation
- ShapePathModel
- TriangleEdgeTreatment