ProgramImplementation
The Program class, this is where most user implementations start.
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
install an Extension
open override fun <T : Extension> extend(extension: T, configure: T.() -> Unit): T
Content copied to clipboard
install an Extension and configure it
open override fun extend(stage: ExtensionStage, userDraw: Program.() -> Unit)
Content copied to clipboard
install an extension function for the given ExtensionStage
Properties
Link copied to clipboard