ShapePath.PathOperation
public
static
abstract
class
ShapePath.PathOperation
extends Object
| java.lang.Object
|
| ↳ |
com.google.android.material.shape.ShapePath.PathOperation
|
Known Direct Subclasses
|
Interface for a path operation to be appended to the operations list.
Summary
Fields |
protected
final
Matrix |
matrix
|
Public methods |
abstract
void
|
applyToPath(Matrix transform, Path path)
|
Inherited methods |
From
class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
Public constructors
ShapePath.PathOperation
ShapePath.PathOperation ()
Public methods
applyToPath
void applyToPath (Matrix transform,
Path path)
| Parameters |
transform |
Matrix |
path |
Path |