package gminers.glasspane; /** * Represents a horizontal alignment. * * @author Aesen Vismea * */ public enum HorzAlignment { /** * Align towards X=0 */ LEFT, /** * Align towards the middle */ MIDDLE, /** * Align towards X=2147483647 */ RIGHT }