com.agog.mathdisplay.parse / MTLargeOperator

MTLargeOperator

class MTLargeOperator : MTMathAtom

Constructors

<init> MTLargeOperator(nucleus: String, limits: Boolean)
MTLargeOperator(nucleus: String)

Properties

hasLimits var hasLimits: Boolean

Inherited Properties

fontStyle var fontStyle: MTFontStyle

The font style to be used for the atom.

fusedAtoms var fusedAtoms: <ERROR CLASS>
indexRange var indexRange: NSRange
nucleus var nucleus: String
subScript var subScript: MTMathList?

An optional subscript.

superScript var superScript: MTMathList?

An optional superscript.

type var type: MTMathAtomType

Functions

copyDeep fun copyDeep(): MTLargeOperator

Inherited Functions

copyDeepContent fun copyDeepContent(atom: MTMathAtom): MTMathAtom
description fun description(): String
finalized fun finalized(newNode: MTMathAtom): MTMathAtom
open fun finalized(): MTMathAtom
fuse fun fuse(atom: MTMathAtom): Unit
scriptsAllowed fun scriptsAllowed(): Boolean

Returns true if this atom allows scripts (sub or super).

toLatexString open fun toLatexString(): String
toStringSubs fun toStringSubs(s: String): String