PathNode
Kotlin
|Java
data class PathNode
kotlin.Any | |
↳ | androidx.ui.graphics.vector.PathNode |
Represents a node within the path. A node is defined as a combination of a PathCommand as well as a collection of floating point arguments
Summary
Public constructors |
|
---|---|
<init>(command: PathCommand, args: FloatArray) Represents a node within the path. |
Public methods |
|
---|---|
Boolean | |
Int |
hashCode() |
String |
toString() |
Properties |
|
---|---|
FloatArray | |
PathCommand |
Public constructors
<init>
PathNode(
command: PathCommand,
args: FloatArray)
Represents a node within the path. A node is defined as a combination of a PathCommand as well as a collection of floating point arguments
Public methods
hashCode
fun hashCode(): Int
toString
fun toString(): String
Properties
args
val args: FloatArray
command
val command: PathCommand