Package-level declarations
Types
Link copied to clipboard
interface ConditionBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface GeneralBuilder
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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>