ShapePath.PathQuadOperation
public
static
class
ShapePath.PathQuadOperation
extends ShapePath.PathOperation
java.lang.Object | ||
↳ | com.google.android.material.shape.ShapePath.PathOperation | |
↳ | com.google.android.material.shape.ShapePath.PathQuadOperation |
Path quad operation.
Summary
Fields | |
---|---|
public
float |
controlX
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
controlY
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
endX
This field is deprecated. Use the class methods to interact with this field so internal state can be maintained. |
public
float |
endY
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.PathQuadOperation()
|
Public methods | |
---|---|
void
|
applyToPath(Matrix transform, Path path)
Applies the given |
Inherited methods | |
---|---|
![]()
com.google.android.material.shape.ShapePath.PathOperation
| |
![]()
java.lang.Object
|
Fields
controlX
float controlX
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
controlY
float controlY
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
endX
float endX
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
endY
float endY
This field is deprecated.
Use the class methods to interact with this field so internal state can be
maintained.
Public constructors
ShapePath.PathQuadOperation
ShapePath.PathQuadOperation ()
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