Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ScaleMode

A class that provides constant values for the 'RectangleUtil.fit' method.

Hierarchy

  • ScaleMode

Index

Properties

Methods

Properties

Static NONE

NONE: string

Specifies that the rectangle is not scaled, but simply centered within the specified area.

Static NO_BORDER

NO_BORDER: string

Specifies that the rectangle fills the specified area without distortion but possibly with some cropping, while maintaining the original aspect ratio.

Static SHOW_ALL

SHOW_ALL: string

Specifies that the entire rectangle will be scaled to fit into the specified area, while maintaining the original aspect ratio. This might leave empty bars at either the top and bottom, or left and right.

Methods

Static isValid

  • isValid(scaleMode: string): boolean

Generated using TypeDoc