NetworkStationLayoutElement

@Serializable
data class NetworkStationLayoutElement(val stationName: String, val position: LayoutPoint, val label: String? = null)(source)

Where to draw a network station — the animation of a ksl.modeling.station.Station (a flow-network node), distinct from a spatial LocationLayoutElement. Keyed by stationName.

Constructors

Link copied to clipboard
constructor(stationName: String, position: LayoutPoint, label: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard