Path
data class Path @JvmOverloads() constructor(color: String?, pulseColor: String?, nearRadius: Double?, farRadius: Double?, drawDuration: Double?, drawConnectionSegments: Boolean?, pulseIterations: Double?, connectionPathOptions: MPIOptions.ConnectionPath?, displayArrowsOnPath: Boolean?)
Content copied to clipboard
Path holds the properties of values to be set when path is drawn
Constructors
Path
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
component8
Link copied to clipboard
component9
Link copied to clipboard
copy
Link copied to clipboard
fun copy(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): MPIOptions.Path
Content copied to clipboard
Properties
connectionPathOptions
Link copied to clipboard
displayArrowsOnPath
Link copied to clipboard
drawConnectionSegments
Link copied to clipboard
drawDuration
Link copied to clipboard
nearRadius
Link copied to clipboard
pulseColor
Link copied to clipboard
pulseIterations
Link copied to clipboard