ShapePath.PathOperation


Kotlin |Java

public abstract class ShapePath.PathOperation 


Interface for a path operation to be appended to the operations list.

Summary

Protected fields

final Matrix

A usable Matrix object for transformations.

Public constructors

Public methods

abstract void
applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.

Protected fields

matrix

protected final Matrix matrix 

A usable Matrix object for transformations.

Public constructors

PathOperation

public PathOperation()

Public methods

applyToPath

public abstract void applyToPath(Matrix transform, Path path)

Applies the given transform to the provided path.

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2026年05月14日 UTC.