export class StageScaleMode { public static EXACT_FIT:string = "EXACT_FIT"; public static NO_BORDER:string = "noBorder"; public static NO_SCALE:string = "noScale"; public static SHOW_ALL:string = "showAll"; }