Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Dimension

Simply encapsulates a width and height.

Hierarchy

  • Dimension

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Dimension(width: number, height: number): Dimension

Properties

Private height

height: number

Private width

width: number

Methods

equals

  • equals(other: any): boolean

getHeight

  • getHeight(): number

getWidth

  • getWidth(): number

hashCode

  • hashCode(): number

toString

  • toString(): string

Generated using TypeDoc