Subtitle Block
data class SubtitleBlock(variableNameGenerator: VariableNameGenerator, boundary: List<Pair<Double, Double>>, textColor: String?, duration: Double, runtime: Double, ident: String) : ShapeWithBoundary
Content copied to clipboard
Subtitle block
Constructors
SubtitleBlock
Link copied to clipboard
fun SubtitleBlock(variableNameGenerator: VariableNameGenerator, boundary: List<Pair<Double, Double>> = emptyList(), textColor: String? = null, duration: Double, runtime: Double = 1.0, ident: String = variableNameGenerator.generateNameFromPrefix("subtitle_block"))
Content copied to clipboard
Create empty Subtitle block
Functions
component1
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
copy
Link copied to clipboard
getConstructor
Link copied to clipboard
getInstructionString
Link copied to clipboard
getRuntimeString
Link copied to clipboard
setNewBoundary
Link copied to clipboard
Properties
pythonVariablePrefix
Link copied to clipboard
style
Link copied to clipboard
variableNameGenerator
Link copied to clipboard