Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LayoutTable

Defines the results of a layout calculation.

Hierarchy

  • LayoutTable

Index

Constructors

constructor

  • new LayoutTable(columnCount: number, rowCount: number, cellWidth: number, cellHeight: number): LayoutTable
  • Initializes a new instance of the fm.icelink.layoutTable class.

    Parameters

    • columnCount: number

      The column count.

    • rowCount: number

      The row count.

    • cellWidth: number

      The width of each cell.

    • cellHeight: number

      The height of each cell.

    Returns LayoutTable

Properties

Private _cellHeight

_cellHeight: number
internal

Private _cellWidth

_cellWidth: number
internal

Private _columnCount

_columnCount: number
internal

Private _rowCount

_rowCount: number
internal

Methods

getCellHeight

  • getCellHeight(): number
  • Gets the height of each cell.

    Returns number

getCellWidth

  • getCellWidth(): number
  • Gets the width of each cell.

    Returns number

getColumnCount

  • getColumnCount(): number
  • Gets the column count.

    Returns number

getRowCount

  • getRowCount(): number
  • Gets the row count.

    Returns number

getTypeString

  • getTypeString(): string
  • Returns string

setCellHeight

  • setCellHeight(value: number): void
  • Sets the height of each cell.

    Parameters

    • value: number

    Returns void

setCellWidth

  • setCellWidth(value: number): void
  • Sets the width of each cell.

    Parameters

    • value: number

    Returns void

setColumnCount

  • setColumnCount(value: number): void
  • Sets the column count.

    Parameters

    • value: number

    Returns void

setRowCount

  • setRowCount(value: number): void
  • Sets the row count.

    Parameters

    • value: number

    Returns void