/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package render; /** * For * @author Tristan Goffman(tgoffman@gmail.com) Oct 13, 2011 */ public enum DrawOrientation { Upright, Right, Left, Bottom }