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

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

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

interface HasChildren: Style {

    fun add(node: Node)
    fun remove(node: Node)
    fun clear()
    fun group(init: GroupNode.() -> Unit): GroupNode
    fun line(init: LineNode.() -> Unit): LineNode
    fun circle(init: CircleNode.() -> Unit): CircleNode
    fun rect(init: RectNode.() -> Unit): RectNode
    fun text(init: TextNode.() -> Unit): TextNode
    fun path(init: PathNode.() -> Unit): PathNode
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy