SubtitleAnnotationNode

data class SubtitleAnnotationNode(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode?, condition: ExpressionNode, showOnce: Boolean) : AnnotationBlockNode

Subtitle annotation node

Adds subtitle to with text to final animation

Constructors

SubtitleAnnotationNode
Link copied to clipboard
fun SubtitleAnnotationNode(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode? = null, condition: ExpressionNode, showOnce: Boolean)
Create empty Subtitle annotation node

Functions

component1
Link copied to clipboard
operator fun component1(): Int
component2
Link copied to clipboard
operator fun component2(): ExpressionNode
component3
Link copied to clipboard
operator fun component3(): ExpressionNode?
component4
Link copied to clipboard
operator fun component4(): ExpressionNode
component5
Link copied to clipboard
operator fun component5(): Boolean
copy
Link copied to clipboard
fun copy(lineNumber: Int, text: ExpressionNode, duration: ExpressionNode? = null, condition: ExpressionNode, showOnce: Boolean): SubtitleAnnotationNode
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

condition
Link copied to clipboard
open override var condition: ExpressionNode
duration
Link copied to clipboard
val duration: ExpressionNode? = null
lineNumber
Link copied to clipboard
open override val lineNumber: Int
showOnce
Link copied to clipboard
val showOnce: Boolean
text
Link copied to clipboard
val text: ExpressionNode