class MTMathListDisplay : MTDisplay
| <init> |
MTMathListDisplay(displays: List<MTDisplay>, range: NSRange) |
| index |
var index: Int |
| subDisplays |
var subDisplays: List<MTDisplay>? |
| type |
var type: MTLinePosition |
| 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 |
| colorChanged |
fun colorChanged(): Unit |
| draw |
fun draw(canvas: Canvas): Unit
|
| recomputeDimensions |
fun recomputeDimensions(): Unit
|
| displayBounds |
fun displayBounds(): CGRect
|
| positionChanged |
open fun positionChanged(): Unit
|