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

commonMain.treemap.TileMethod.kt Maven / Gradle / Ivy

package com.juul.krayon.hierarchy.treemap

import com.juul.krayon.hierarchy.Node

public interface TileMethod {
    public fun tile(parent: Node<*, Tile>)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy