Shape Appearance Path Provider
A class to convert a ShapeAppearanceModel to a android.graphics.Path.
Types
Link copied to clipboard
Listener called every time a ShapePath is created for a corner or an edge treatment.
Functions
Link copied to clipboard
open fun calculatePath(shapeAppearanceModel: ShapeAppearanceModel, interpolation: Float, bounds: RectF, @NonNull path: Path)
open fun calculatePath(shapeAppearanceModel: ShapeAppearanceModel, interpolation: Float, bounds: RectF, pathListener: ShapeAppearancePathProvider.PathListener, @NonNull path: Path)
Writes the given ShapeAppearanceModel to
path
Link copied to clipboard