create

@NotNull
open fun create(@NotNull location: @NotNull Location): @NotNull ModelDisplay

Creates model display

Return

model display

Parameters

location

start location


@NotNull
open fun create(@NotNull location: @NotNull Location, @NotNull initialConsumer: @NotNull Consumer<ModelDisplay>): @NotNull ModelDisplay

Creates model display

Return

model display

Parameters

location

start location

initialConsumer

initial consumer


@NotNull
abstract fun create(@NotNull location: @NotNull Location, yOffset: Double, @NotNull initialConsumer: @NotNull Consumer<ModelDisplay>): @NotNull ModelDisplay

Creates model display

Return

model display

Parameters

location

start location

yOffset

y offset

initialConsumer

initial consumer