VNode
Kotlin
|Java
sealed class VNode
kotlin.Any | |
↳ | androidx.ui.graphics.vector.VNode |
Summary
Public methods |
|
---|---|
abstract Unit | |
Unit |
Properties |
|
---|---|
open () -> Unit |
Callback invoked whenever the node in the vector tree is modified in a way that would change the output of the Vector |
Public methods
invalidate
fun invalidate(): Unit
Properties
invalidateListener
open var invalidateListener: () -> Unit
Callback invoked whenever the node in the vector tree is modified in a way that would change the output of the Vector