RevGrid - v0.9.3
    Preparing search index...

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    firstCorner: CornerId

    Accessors

    • get area(): number

      Area of this rect.

      Returns number

    • get exclusiveBottom(): number

      Returns number

    • get exclusiveFirst(): RevPoint

      The first (exclusive) point specified in a rectangle

      Returns RevPoint

    • get exclusiveLast(): RevPoint

      The last point specified in a rectangle

      Returns RevPoint

    • get exclusiveRight(): number

      For exclusive, maximum horizontal coordinate of this rect + 1. For inclusive, maximum horizontal coordinate of this rect.

      Returns number

    • get extent(): RevPoint

      Returns RevPoint

    • get height(): number

      Height of this rect (always positive).

      Returns number

    • get inclusiveBottom(): number

      Returns number

    • get inclusiveBottomRight(): RevPoint

      Returns RevPoint

    • get inclusiveLast(): RevPoint

      The last point specified in a rectangle

      Returns RevPoint

    • get inclusiveRight(): number

      Returns number

    • get left(): number

      Minimum horizontal coordinate of this rect.

      Returns number

    • get top(): number

      Minimum vertical coordinate of this rect.

      Returns number

    • get width(): number

      Width of this rect (always positive).

      Returns number

    • get x(): number

      Returns number

    • get y(): number

      Returns number

    Methods

    • Adjusts the selection to where it would be after a columns deletion.

      Parameters

      • deletionLeft: number
      • deletionCount: number

      Returns null | boolean

      true if selection changed, false if it was not changed or null if it should be fully deleted

    • Adjusts the selection to where it would be after a columns insertion.

      Parameters

      • index: number
      • count: number

      Returns boolean

      true if selection changed

    • Adjusts the selection to where it would be after a rows deletion.

      Parameters

      • deletionTop: number
      • deletionCount: number

      Returns null | boolean

      true if selection changed, false if it was not changed or null if it should be fully deleted

    • Adjusts the selection to where it would be after a rows insertion.

      Parameters

      • index: number
      • count: number

      Returns boolean

      true if selection changed

    • Grows this Rectangle in x direction with let staying fixed

      Parameters

      • widthIncrease: number

      Returns void

    • Grows this Rectangle in y direction with top staying fixed

      Parameters

      • heightIncrease: number

      Returns void

    • Moves this Rectangle in x direction

      Parameters

      • offset: number

      Returns void

    • Moves this Rectangle in y direction

      Parameters

      • offset: number

      Returns void