1 /* Copyright (C) 2005-2011 Fabio Riccardi */
2 
3 package com.lightcrafts.ui.editor;
4 
5 /**
6  * The various editor modes.
7  *
8  * @author Paul J. Lucas [paul@lightcrafts.com]
9  */
10 public enum EditorMode {
11     ARROW,
12     CROP,
13     ROTATE,
14     REGION
15 }
16 /* vim:set et sw=4 ts=4: */
17