KSLCore
Toggle table of contents
R1.4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.animation
/
NetworkSpaceBuilder
Network
Space
Builder
class
NetworkSpaceBuilder
(
name
:
String
)
(
source
)
Sub-builder for a
SpatialSpaceDescriptor.Network
.
Members
Constructors
Network
Space
Builder
Link copied to clipboard
constructor
(
name
:
String
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
SpatialSpaceDescriptor.Network
edge
Link copied to clipboard
fun
edge
(
from
:
String
,
to
:
String
,
weight
:
Double
=
1.0
)
node
Link copied to clipboard
fun
node
(
id
:
String
,
x
:
Double
,
y
:
Double
)