ShapePath.PathOperation

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.