PointConnector

fun interface PointConnector

Deprecated

Use `Interpolator`.

Connects a LineCartesianLayer line’s points, defining its shape.

Types

Link copied to clipboard
object Companion

Houses PointConnector singletons and factory functions.

Functions

Link copied to clipboard
abstract fun connect(context: CartesianDrawingContext, path: Path, x1: Float, y1: Float, x2: Float, y2: Float)

Connects (x1, y1) and (x2, y2).