Companion
object Companion
Houses CartesianLayerDrawingModelInterpolator factory functions.
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : CartesianLayerDrawingModel.Entry, R : CartesianLayerDrawingModel<T>> default(): CartesianLayerDrawingModelInterpolator<T, R>
Creates an instance of the default CartesianLayerDrawingModelInterpolator implementation.
Link copied to clipboard
fun line(sweep: Boolean = false): CartesianLayerDrawingModelInterpolator<LineCartesianLayerDrawingModel.Entry, LineCartesianLayerDrawingModel>
Creates a CartesianLayerDrawingModelInterpolator for LineCartesianLayers. If sweep is true, the LineCartesianLayer’s first appearance is animated as a clip sweeping in from the start edge at full opacity and y, rather than the default grow-from-baseline and fade-in.