Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Converter
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface GeneralBuilder
Link copied to clipboard
annotation class JoyfillDsl
Link copied to clipboard
interface LogicBuilder<T>
Link copied to clipboard

Functions

Link copied to clipboard
fun buildDocument(identity: IdentityGenerator = IdentityGenerator.default, name: String = "New Document", uid: String = identity.generate(), formulas: MutableList<MutableMap<String, Any?>> = mutableListOf(), type: DocumentType = DocumentType.document, builder: DocumentBuilder.() -> Unit): Document
Link copied to clipboard
fun plot(identity: IdentityGenerator = IdentityGenerator.default, builder: LineBuilder.() -> Unit): List<Line>
Link copied to clipboard
fun ToolTip(title: String, description: String = title, visible: Boolean = true): ToolTip