comparison src/main/java/de/mpiwg/itgroup/annotations/Annotation.java @ 84:6bf38b5e30a8

also stores polygon shape image annotations.
author casties
date Fri, 23 Jan 2015 17:24:53 +0100
parents 4e2dc67997a0
children acd44dfec9c8
comparison
equal deleted inserted replaced
83:19ebbcff9638 84:6bf38b5e30a8
65 /** 65 /**
66 * The types of annotation target fragments. 66 * The types of annotation target fragments.
67 * 67 *
68 */ 68 */
69 public static enum FragmentTypes { 69 public static enum FragmentTypes {
70 XPOINTER, AREA 70 XPOINTER, AREA, WKT
71 }; 71 };
72 72
73 /** 73 /**
74 * The type of the annotation target fragment. 74 * The type of the annotation target fragment.
75 */ 75 */