OSDN Git Service

28359795695a56993062f7a6216cd5d5c31ac403
[stigmata/stigmata.git] / src / main / java / jp / sourceforge / stigmata / ExtractionTarget.java
1 package jp.sourceforge.stigmata;
2
3 /*
4  * $Id$
5  */
6
7 /**
8  * This enum represents the mean of extracted birthmarks.
9  * 
10  * @author Haruaki Tamada
11  */
12 public enum ExtractionTarget{
13     TARGET_X,
14     TARGET_Y,
15     TARGET_XY,
16     TARGET_BOTH,
17 }