com.agog.mathdisplay.render / MTMathListDisplay

MTMathListDisplay

class MTMathListDisplay : MTDisplay

Constructors

<init> MTMathListDisplay(displays: List<MTDisplay>, range: NSRange)

Properties

index var index: Int
subDisplays var subDisplays: List<MTDisplay>?
type var type: MTLinePosition

Inherited Properties

ascent open var ascent: Float
descent open var descent: Float
hasScript var hasScript: Boolean
localTextColor var localTextColor: Int
position var position: CGPoint
range var range: NSRange
shiftDown var shiftDown: Float
textColor var textColor: Int
width open var width: Float

Functions

colorChanged fun colorChanged(): Unit
draw fun draw(canvas: Canvas): Unit
recomputeDimensions fun recomputeDimensions(): Unit

Inherited Functions

displayBounds fun displayBounds(): CGRect
positionChanged open fun positionChanged(): Unit