FeatureRef
Functions
Link copied to clipboard
fun <T : Any, F : Feature<T>, V> FeatureRef<T, F>.modifyAttribute(key: Attribute<V>, value: V): FeatureRef<T, F>
Link copied to clipboard
fun <T : Any, F : Feature<T>> FeatureRef<T, F>.modifyAttributes(modification: AttributesBuilder<F>.() -> Unit): FeatureRef<T, F>
Link copied to clipboard
fun <T : Any, F : DomainFeature<T>> FeatureRef<T, F>.onClick(onClick: PointerEvent.(click: ViewPoint<T>) -> Unit): FeatureRef<T, F>
Link copied to clipboard
fun <T : Any> FeatureRef<T, LineSegmentFeature<T>>.pathEffect(effect: PathEffect): FeatureRef<T, LineSegmentFeature<T>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard