Interface: DecimalTableOptions
Defined in: mobjects/table/Table.ts:759
Options for creating a DecimalTable
Extends
Omit<TableOptions,"data"|"rowLabels"|"colLabels">
Properties
arrangeInRowsFirst?
optionalarrangeInRowsFirst:boolean
Defined in: mobjects/table/Table.ts:41
Whether to arrange entries in rows. Default: true
Inherited from
TableOptions.arrangeInRowsFirst
backgroundFillOpacity?
optionalbackgroundFillOpacity:number
Defined in: mobjects/table/Table.ts:47
Background fill opacity. Default: 0
Inherited from
TableOptions.backgroundFillOpacity
backgroundStrokeColor?
optionalbackgroundStrokeColor:string
Defined in: mobjects/table/Table.ts:45
Background color for cells. Default: transparent
Inherited from
TableOptions.backgroundStrokeColor
colLabels?
optionalcolLabels:number[]
Defined in: mobjects/table/Table.ts:768
Column labels as decimal numbers
color?
optionalcolor:string
Defined in: mobjects/table/Table.ts:774
Color for all entries. Default: WHITE
data
data:
number[][]
Defined in: mobjects/table/Table.ts:764
2D array of decimal numbers
entriesColor?
optionalentriesColor:string
Defined in: mobjects/table/Table.ts:43
Color for all entries. If set, overrides individual colors
Inherited from
fontSize?
optionalfontSize:number
Defined in: mobjects/table/Table.ts:772
Font size. Default: 36
hBuff?
optionalhBuff:number
Defined in: mobjects/table/Table.ts:35
Horizontal buffer between cells. Default: 0.5
Inherited from
includeOuterLines?
optionalincludeOuterLines:boolean
Defined in: mobjects/table/Table.ts:31
Whether to include outer lines around the table. Default: true
Inherited from
TableOptions.includeOuterLines
lineColor?
optionallineColor:string
Defined in: mobjects/table/Table.ts:37
Color of the grid lines. Default: WHITE
Inherited from
lineStrokeWidth?
optionallineStrokeWidth:number
Defined in: mobjects/table/Table.ts:39
Stroke width of grid lines. Default: 2
Inherited from
numDecimalPlaces?
optionalnumDecimalPlaces:number
Defined in: mobjects/table/Table.ts:770
Number of decimal places. Default: 2
position?
optionalposition:Vector3Tuple
Defined in: mobjects/table/Table.ts:49
Starting position. Default: ORIGIN
Inherited from
rowLabels?
optionalrowLabels:number[]
Defined in: mobjects/table/Table.ts:766
Row labels as decimal numbers
topLeftEntry?
optionaltopLeftEntry:Mobject
Defined in: mobjects/table/Table.ts:29
Top-left element when both row and column labels exist
Inherited from
vBuff?
optionalvBuff:number
Defined in: mobjects/table/Table.ts:33
Vertical buffer between cells. Default: 0.3