Path
data class Path @JvmOverloads constructor( val color: String? = null, var pulseColor: String? = null, var nearRadius: Double? = null, var farRadius: Double? = null, var drawDuration: Double? = null, var drawConnectionSegments: Boolean? = null, var pulseIterations: Double? = null, var connectionPathOptions: MPIOptions.ConnectionPath? = null, var displayArrowsOnPath: Boolean? = null)
Content copied to clipboard
Path holds the properties of values to be set when path is drawn
Constructors
Link copied to clipboard
fun Path( color: String? = null, pulseColor: String? = null, nearRadius: Double? = null, farRadius: Double? = null, drawDuration: Double? = null, drawConnectionSegments: Boolean? = null, pulseIterations: Double? = null, connectionPathOptions: MPIOptions.ConnectionPath? = null, displayArrowsOnPath: Boolean? = null)
Content copied to clipboard