All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.data2viz.viz.LineNode.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0-RC5
Show newest version
package io.data2viz.viz

class LineNode : Node(),
        HasStroke,
        HasTransform {

    override var transform: Transform? = null

    var x1: Double = .0
    var y1: Double = .0
    var x2: Double = .0
    var y2: Double = .0

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy