public class Drawing
{
    public static final SELECT     = 0;
    public static final RECTANGLE  = 1;
    public static final ELLIPSE    = 2;
}
