Package com. valgolang. linearrepresentation
Types
CleanUpLocalDataStructures
Link copied to clipboard
data class CleanUpLocalDataStructures(dataStructures: Set<String>, runtime: Double) : ManimInstr
Content copied to clipboard
CodeBlock
Link copied to clipboard
data class CodeBlock(lines: List<List<String>>, ident: String, codeTextName: String, pointerName: String, textColor: String?, runtime: Double, syntaxHighlightingOn: Boolean, syntaxHighlightingStyle: String, tabSpacing: Int, boundaries: List<Pair<Double, Double>>) : ShapeWithBoundary
Content copied to clipboard
Color
Link copied to clipboard
ColorAttributePython
Link copied to clipboard
DataStructureMObject
Link copied to clipboard
abstract class DataStructureMObject(type: DataStructureType, ident: String, uid: String, text: String, boundaries: List<Pair<Double, Double>>) : ShapeWithBoundary
Content copied to clipboard
EmptyMObject
Link copied to clipboard
ManimInstr
Link copied to clipboard
abstract class ManimInstr
Content copied to clipboard
ManimInstrWithBoundary
Link copied to clipboard
MObject
Link copied to clipboard
MoveToLine
Link copied to clipboard
data class MoveToLine(lineNumber: Int, pointerName: String, codeBlockName: String, codeTextVariable: String, runtime: Double) : ManimInstr
Content copied to clipboard
Move arrow to line lineNumber of code block
NameGenerator
Link copied to clipboard
PythonStyle
Link copied to clipboard
PythonStyleAttribute
Link copied to clipboard
RestyleRectangle
Link copied to clipboard
data class RestyleRectangle(rectangle: Rectangle, newStyle: StylesheetProperty, runtime: Double, render: Boolean) : ManimInstr
Content copied to clipboard
ShapeWithBoundary
Link copied to clipboard
abstract class ShapeWithBoundary(uid: String) : MObject, ManimInstrWithBoundary
Content copied to clipboard
Sleep
Link copied to clipboard
SubtitleBlock
Link copied to clipboard
data class SubtitleBlock(variableNameGenerator: VariableNameGenerator, boundary: List<Pair<Double, Double>>, textColor: String?, duration: Double, runtime: Double, ident: String) : ShapeWithBoundary
Content copied to clipboard
TextColor
Link copied to clipboard
UpdateSubtitle
Link copied to clipboard
data class UpdateSubtitle(subtitleBlock: SubtitleBlock, text: String, runtime: Double) : ManimInstr
Content copied to clipboard
Update subtitle with text as new text
UpdateVariableState
Link copied to clipboard
data class UpdateVariableState(variables: List<String>, ident: String, textColor: String?, runtime: Double) : ManimInstr
Content copied to clipboard
Update variable block with variables
VariableBlock
Link copied to clipboard
VariableNameGenerator
Link copied to clipboard
class VariableNameGenerator(symbolTableVisitor: SymbolTableVisitor) : NameGenerator
Content copied to clipboard