VectorApplier
Kotlin
|Java
class VectorApplier : AbstractApplier<VNode>
kotlin.Any | ||
↳ | androidx.compose.runtime.AbstractApplier<androidx.compose.ui.graphics.vector.VNode> | |
↳ | androidx.compose.ui.graphics.vector.VectorApplier |
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
Unit |
insertBottomUp(index: Int, instance: VNode) Indicates that instance should be inserted as a child of current at index. |
Unit |
insertTopDown(index: Int, instance: VNode) Indicates that instance should be inserted as a child to current at index. |
Unit |
Indicates that count children of current should be moved from index from to index to. |
Unit |
Indicates that the children of current from index to index + count should be removed. |
Protected methods | |
---|---|
Unit |
onClear() Called to perform clearing of the root when clear is called. |
Inherited functions | |
---|---|