Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OversizedElementBin<T>

Type parameters

Hierarchy

  • Bin<T>
    • OversizedElementBin

Implements

Index

Constructors

constructor

Properties

Protected _dirty

_dirty: number = 0

data

data: any

freeRects

freeRects: IRectangle[]

height

height: number

maxHeight

maxHeight: number

maxWidth

maxWidth: number

options

options: IOption

rects

rects: T[] = []

Optional tag

tag: undefined | string

width

width: number

Accessors

dirty

  • get dirty(): boolean

Methods

add

  • add(): undefined

clone

  • clone(): Bin<T>

repack

  • repack(): T[] | undefined

reset

  • reset(deepReset?: boolean): void

setDirty

  • setDirty(value?: boolean): void
  • Set bin dirty status

    memberof

    Bin

    Parameters

    • Default value value: boolean = true

    Returns void

Generated using TypeDoc