package com.exanimo.layout { public class Alignment { public static const BOTTOM:String = "bottom"; public static const CENTER:String = "center"; public static const LEFT:String = "left"; public static const RIGHT:String = "right"; public static const TOP:String = "top"; } }