package se.cth.hedgehogphoto.view; /** * @author Barnabas Sapan */ public enum PluginArea { LEFT_TOP, LEFT_MIDDLE, LEFT_BOTTOM, SEARCH; }